StreamDirection Enumeration |
Namespace: FM.IceLink
| Member name | Value | Description | |
|---|---|---|---|
| SendReceive | 1 | Indicates a stream that can send and can receive. | |
| SendOnly | 2 | Indicates a stream that can send. | |
| ReceiveOnly | 3 | Indicates a stream that can receive. | |
| Inactive | 4 | Indicates a stream that cannot send or receive. | |
| Unset | 5 | Indicates that a stream direction has not been set. |