Click or drag to resize

StreamDirection Enumeration

A stream direction.

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)
Members
  Member nameValueDescription
SendReceive1 Indicates a stream that can send and can receive.
SendOnly2 Indicates a stream that can send.
ReceiveOnly3 Indicates a stream that can receive.
Inactive4 Indicates a stream that cannot send or receive.
Unset5 Indicates that a stream direction has not been set.
See Also