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
-
moduleName | 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 |
value | A variable that will contain the value read from the IOMap |