10 #ifndef GO_SDK_OUTPUT_H
11 #define GO_SDK_OUTPUT_H
77 #include <GoSdk/Outputs/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.
Declares the GoSerial class.
GoDigital GoOutput_DigitalAt(GoOutput output, kSize index)
Gets the Digital output configuration object at the specified index.
Represents Digital output settings.
Definition: GoDigital.h:14
Declares the GoEthernet class.
Represents output configuration.
Definition: GoOutput.h:19
Essential SDK declarations.
Represents Serial output settings.
Definition: GoSerial.h:14
Declares the GoDigital class.
kBeginHeader() kStatus GoSdk_Construct(kAssembly *assembly)
Constructs the Gocator SDK library.
GoAnalog GoOutput_Analog(GoOutput output)
Gets the Analog output configuration object.
Represents Ethernet output settings.
Definition: GoEthernet.h:14
Declares the GoAnalog class.
k32u GoOutput_DigitalCount(GoOutput output)
Gets the count of Digital output configuration objects.
Represents Analog output settings.
Definition: GoAnalog.h:14