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

Set Sound module IOMap bytes.

Modify one or more bytes of data in an IOMap structure. You provide the offset into the Sound module 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
offsetThe number of bytes offset from the start of the Sound module IOMap structure where the data should be written. See Sound module IOMAP offsets.
countThe number of bytes to write at the specified Sound module IOMap offset.
dataThe byte array containing the data to write to the Sound module IOMap.