NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
void SysIOMapWriteByID ( IOMapWriteByIDType args)
inline

Write to IOMap by identifier.

This function lets you write data to a firmware module's IOMap using the values specified via the IOMapWriteByIDType structure. This function can be as much as three times faster than using SysIOMapWrite since it does not have to do a string lookup using the ModuleName.

Parameters
argsThe IOMapWriteByIDType structure containing the needed parameters.
Warning
This function requires the enhanced NBC/NXC firmware.
Examples:
ex_reladdressof.nxc, and ex_sysiomapwritebyid.nxc.