10 #ifndef GO_SDK_OUTPUT_H 11 #define GO_SDK_OUTPUT_H 120 #include <GoSdk/Outputs/GoOutput.x.h> GoEthernet GoOutput_Ethernet(GoOutput output)
Gets the Ethernet output configuration object.
GoDigital GoOutput_DigitalAt(GoOutput output, kSize index)
Gets the Digital output configuration object at the specified index.
GoAnalog GoOutput_Analog(GoOutput output)
Declares the GoSerial class.
GoSerial GoOutput_Serial(GoOutput output)
Represents Digital output settings.
k32u GoOutput_SerialCount(GoOutput output)
Gets the count of Serial output configuration objects.
Declares the GoEthernet class.
Represents output configuration.
Essential SDK declarations.
k32u GoOutput_AnalogCount(GoOutput output)
Gets the count of Analog output configuration objects.
GoAnalog GoOutput_AnalogAt(GoOutput output, kSize index)
Gets the Analog output configuration object at the specified index.
Represents Serial output settings.
Declares the GoDigital class.
GoSerial GoOutput_SerialAt(GoOutput output, kSize index)
Gets the Serial output configuration object at the specified index.
k32u GoOutput_DigitalCount(GoOutput output)
Gets the count of Digital output configuration objects.
Represents Ethernet output settings.
Declares the GoAnalog class.
Represents Analog output settings.