#define SetDisplayModuleBytes ( _offset,
_cnt,
_arrIn   )     SetIOMapBytesByID(DisplayModuleID, _offset, _cnt, _arrIn)

Set Display module IOMap bytes.

Modify one or more bytes of data in the Display module IOMap structure. You provide the offset into the Display 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:
_offset The number of bytes offset from the start of the Display module IOMap structure where the data should be written. See Display module IOMAP offsets.
_cnt The number of bytes to write at the specified Display module IOMap offset.
_arrIn The byte array containing the data to write to the Display module IOMap.

Generated by  doxygen 1.6.2