Skip to main content

Enum IODirection

IODirection either input or output, for lines which can be both input and output the flags can be combined e.g. IODirection.Input | IODirection.Output

Assembly: Brainboxes.IO.dll
View Source
Declaration
[Flags]
public enum IODirection

Fields

Input

Input

View Source
Declaration
Input = 1

Output

Output

View Source
Declaration
Output = 2

AInput

Analog input

View Source
Declaration
AInput = 4

AOutput

Analog output

View Source
Declaration
AOutput = 8