Show / Hide Table of Contents

Interface ISignal

Interface for controlling IOs

Namespace: Elatec.FCT.Client.Hardware
Assembly: ElatecFCT.dll
Syntax
public interface ISignal

Methods

View Source

ClearIO(Byte[])

Disable IO

Declaration
void ClearIO(byte[] io)
Parameters
Type Name Description
System.Byte[] io
View Source

ReadIO(Byte[])

Read IO state

Declaration
bool ReadIO(byte[] io)
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[])

Set IO active

Declaration
void SetIO(byte[] io)
Parameters
Type Name Description
System.Byte[] io
View Source

SetIoHighZ(Byte[])

Set IO as high Z

Declaration
void SetIoHighZ(byte[] io)
Parameters
Type Name Description
System.Byte[] io
View Source

SetIoInput(Byte[])

Set IO as input

Declaration
void SetIoInput(byte[] io)
Parameters
Type Name Description
System.Byte[] io
View Source

SetIoOutput(Byte[])

Set IO as output

Declaration
void SetIoOutput(byte[] io)
Parameters
Type Name Description
System.Byte[] io
  • View Source
In This Article
Back to top Generated by DocFX