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

Read from IOMap by identifier.

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

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