Click or drag to resize

PortDirection Enumeration

Communication directions of IO ports.

Namespace: RAYLASE.Marker.Device.IOController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
[FlagsAttribute]
public enum PortDirection
Members
Member nameValueDescription
None0 Not classified.
In1 Input port.
Out2 Output port.
See Also