#define GetCommModuleValue ( _offset,
_n   )     GetIOMapValueByID(CommModuleID, _offset, _n)

Get Comm module IOMap value.

Read a value from the Comm module IOMap structure. You provide the offset into the Comm module IOMap structure where you want to read the value from along with a variable that will store the value. The type of the variable determines how many bytes are read from the IOMap.

Parameters:
_offset The number of bytes offset from the start of the IOMap structure where the value should be read. See Comm module IOMAP offsets.
_n A variable that will contain the value read from the IOMap.

Generated by  doxygen 1.6.2