NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
void GetOutputModuleValue ( unsigned int  offset,
variant &  value 
)
inline

Get Output module IOMap value.

Read a value from the Output module IOMap structure. You provide the offset into the Output module IOMap structure where you want to read the value from along with a variable that will store the value. The type of the variable determines how many bytes are read from the IOMap.

Parameters
offsetThe number of bytes offset from the start of the IOMap structure where the value should be read. See Output module IOMAP offsets.
valueA variable that will contain the value read from the IOMap.