NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
void SetIOMapBytes ( string  moduleName,
unsigned int  offset,
unsigned int  count,
byte  data[] 
)
inline

Set IOMap bytes by name.

Modify one or more bytes of data in 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 start writing, the number of bytes to write at that location, and a byte array containing the new data.

Parameters
moduleNameThe module name of the IOMap to modify. See NXT firmware module names.
offsetThe number of bytes offset from the start of the IOMap structure where the data should be written
countThe number of bytes to write at the specified IOMap offset.
dataThe byte array containing the data to write to the IOMap