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