Interface ISignal
Interface for controlling IOs
Assembly: ElatecFCT.dll
Syntax
Methods
View Source
ClearIO(Byte[])
Declaration
Parameters
Type |
Name |
Description |
System.Byte[] |
io |
|
View Source
ReadIO(Byte[])
Declaration
Parameters
Type |
Name |
Description |
System.Byte[] |
io |
|
Returns
Type |
Description |
System.Boolean |
|
View Source
ReadIoDirOutput(Byte[])
Read IO direction state. show if it is an output. If not then its an input
Declaration
bool ReadIoDirOutput(byte[] io)
Parameters
Type |
Name |
Description |
System.Byte[] |
io |
|
Returns
Type |
Description |
System.Boolean |
|
View Source
SetIO(Byte[])
Declaration
Parameters
Type |
Name |
Description |
System.Byte[] |
io |
|
View Source
SetIoHighZ(Byte[])
Declaration
void SetIoHighZ(byte[] io)
Parameters
Type |
Name |
Description |
System.Byte[] |
io |
|
View Source
Declaration
void SetIoInput(byte[] io)
Parameters
Type |
Name |
Description |
System.Byte[] |
io |
|
View Source
SetIoOutput(Byte[])
Declaration
void SetIoOutput(byte[] io)
Parameters
Type |
Name |
Description |
System.Byte[] |
io |
|