Purpose
Returns or sets all the channels in the DioFileBoard object as input or output.
Syntax
Object.Direction [ = enDioDirection]
[enDioDirection = ] Object.Direction
The Direction property syntax has the following parts:
Name |
Type |
Description |
Object |
DioFileBoard |
DioFileBoard object |
enDioDirection |
enumDioDirection |
The DIO file authors' name. |
Where
enumDioDirection can be one of the following:
Name |
Value |
Description |
dioDirectionInput |
0 |
I/O Memory is input only |
dioDirectionOutput |
1 |
I/O Memory is output only. |