Enum PortDirectionType
Describes the direction of a port.
Assembly: Meadow.Contracts.dll
View Source
[Flags]
public enum PortDirectionType : byte
Fields
Output
Can write.
View Source
Output = 0
Input
Can read.
View Source
Input = 1
Describes the direction of a port.
[Flags]
public enum PortDirectionType : byte
Can write.
Output = 0
Can read.
Input = 1