Click or drag to resize

IDataStreamTDataChannel Interface

Data stream interface.

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The IDataStreamTDataChannel type exposes the following members.

Properties
  NameDescription
Public propertyChannels
Gets the channels.
Public propertyDirection
Gets the current direction.
(Inherited from IStream.)
Public propertyId
Gets or sets the identifier.
(Inherited from IStream.)
Public propertyLabel
Gets a label that identifies this class.
(Inherited from IStream.)
Public propertyLocalDirection
Gets or sets current direction indicated by the local description.
(Inherited from IStream.)
Public propertyLocalReceive
Gets or sets a value indicating whether receiving media is supported by the local peer on this stream.
(Inherited from IStream.)
Public propertyLocalSend
Gets or sets a value indicating whether sending media is supported by the local peer on this stream.
(Inherited from IStream.)
Public propertyRemoteDirection
Gets the current direction indicated by the remote description.
(Inherited from IStream.)
Public propertyRemoteReceive
Gets or sets a value indicating whether receiving media is supported by the local peer on this stream. Returns false if the remote stream direction has not been received.
(Inherited from IStream.)
Public propertyRemoteSend
Gets a value indicating whether sending media is supported by the remote peer on this stream. Returns false if the remote stream direction has not been received.
(Inherited from IStream.)
Public propertyTag
Gets or sets an optional tag to identify this instance.
(Inherited from IStream.)
Public propertyType
Gets the type.
(Inherited from IStream.)
Top
Methods
  NameDescription
Public methodChangeDirection
Changes this stream's direction.
(Inherited from IStream.)
Top
Events
  NameDescription
Public eventOnDirectionChange
Raised when the signalling state changes.
(Inherited from IStream.)
Top
See Also