10 #ifndef GO_SDK_OUTPUT_H
11 #define GO_SDK_OUTPUT_H
82 #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)
Gets the Analog output configuration object.
Declares the GoSerial class.
GoSerial GoOutput_Serial(GoOutput output)
Gets the Serial output configuration object.
Represents Digital output settings.
Declares the GoEthernet class.
Represents output configuration.
Essential SDK declarations.
Represents Serial output settings.
Declares the GoDigital class.
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.