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

Set Comm module IOMap value.

Set one of the fields of the Comm module IOMap structure to a new value. You provide the offset into the Comm module IOMap structure where you want to write the value along with a variable containing the new value.

Parameters
offsetThe number of bytes offset from the start of the Comm module IOMap structure where the new value should be written. See Comm module IOMAP offsets.
valueA variable containing the new value to write to the Comm module IOMap.