PortDirection Enumeration |
Communication directions of IO ports.
Namespace: RAYLASE.Marker.Device.IOControllerAssembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax[FlagsAttribute]
public enum PortDirection
MembersMember name | Value | Description |
---|
None | 0 |
Not classified.
|
In | 1 |
Input port.
|
Out | 2 |
Output port.
|
See Also