10 #ifndef GO_API_OUTPUT_H
11 #define GO_API_OUTPUT_H
73 #include <GoSdk/GoOutput.x.h>
GoSerial GoOutput_Serial(GoOutput output)
Gets the Serial output configuration object.
GoEthernet GoOutput_Ethernet(GoOutput output)
Gets the Ethernet output configuration object.
Represents Digital output settings.
Represents output configuration.
Definition: GoOutput.h:15
Essential API declarations.
GoDigital GoOutput_DigitalAt(GoOutput output, k32u index)
Gets the Digital output configuration object at the specified index.
Represents Serial output settings.
GoAnalog GoOutput_Analog(GoOutput output)
Gets the Analog output configuration object.
Represents Ethernet output settings.
Definition: GoOutputTypes.h:14
k32u GoOutput_DigitalCount(GoOutput output)
Gets the count of Digital output configuration objects.
Represents Analog output settings.
Declares the Output Type classes.