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

Get Comm module IOMap bytes.

Read one or more bytes of data from Comm module IOMap structure. You provide the offset into the Comm module IOMap structure where you want to start reading, the number of bytes to read from that location, and a byte array where the data will be stored.

Parameters
offsetThe number of bytes offset from the start of the Comm module IOMap structure where the data should be read. See Comm module IOMAP offsets.
countThe number of bytes to read from the specified Comm module IOMap offset.
dataA byte array that will contain the data read from the Comm module IOMap.