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
Namespace: Brainboxes.IOAssembly: Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax [FlagsAttribute]
public enum IODirection
<FlagsAttribute>
Public Enumeration IODirection
[<FlagsAttribute>]
type IODirection
Members Member name | Value | Description |
---|
Input | 1 |
Input
|
Output | 2 |
Output
|
AInput | 4 |
Analog input
|
AOutput | 8 |
Analog output
|
See Also