#define GetIOMapValue ( _modName,
_offset,
_n   )     __getIOMapValue(_modName, _offset, _n)

Get IOMap value by name.

Read a value from an IOMap structure. The IOMap structure is specified by its module name. You also provide the offset into the IOMap structure where you want to read the value along with a variable that will contain the IOMap value.

Parameters:
_modName The module name of the IOMap. See NXT firmware module names.
_offset The number of bytes offset from the start of the IOMap structure where the value should be read
_n A variable that will contain the value read from the IOMap

Generated by  doxygen 1.6.2