Gocator API
|
Represents output configuration.
Inherits kObject.
Public Member Functions | |
GoAnalog | GoOutput_Analog (GoOutput output) |
Gets the Analog output configuration object. More... | |
GoDigital | GoOutput_DigitalAt (GoOutput output, k32u 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) |
Gets the Serial output configuration object. More... | |
Gets the Analog output configuration object.
output | GoOutput object. |
Gets the Digital output configuration object at the specified index.
output | GoOutput object. |
index | Digital output index. |
k32u GoOutput_DigitalCount | ( | GoOutput | output | ) |
Gets the count of Digital output configuration objects.
output | GoOutput object. |
GoEthernet GoOutput_Ethernet | ( | GoOutput | output | ) |
Gets the Ethernet output configuration object.
output | GoOutput object. |
Gets the Serial output configuration object.
output | GoOutput object. |