Gocator API
|
Represents output configuration.
Public Member Functions | |
GoAnalog | GoOutput_Analog (GoOutput output) |
GoAnalog | GoOutput_AnalogAt (GoOutput output, kSize index) |
Gets the Analog output configuration object at the specified index. More... | |
k32u | GoOutput_AnalogCount (GoOutput output) |
Gets the count of Analog output configuration objects. More... | |
GoDigital | GoOutput_DigitalAt (GoOutput output, kSize index) |
Gets the Digital output configuration object at the specified index. More... | |
k32u | GoOutput_DigitalCount (GoOutput output) |
Gets the count of Digital output configuration objects. More... | |
GoEthernet | GoOutput_Ethernet (GoOutput output) |
Gets the Ethernet output configuration object. More... | |
GoSerial | GoOutput_Serial (GoOutput output) |
GoSerial | GoOutput_SerialAt (GoOutput output, kSize index) |
Gets the Serial output configuration object at the specified index. More... | |
k32u | GoOutput_SerialCount (GoOutput output) |
Gets the count of Serial output configuration objects. More... | |