#define GetLSOutputBuffer ( _p,
_offset,
_cnt,
_data   )     __getLSOutputBuffer(_p, _offset, _cnt, _data)

Get I2C output buffer data.

This method reads cnt bytes of data from the I2C output buffer for the specified port and writes it to the buffer provided.

Parameters:
_p A constant port number (S1..S4). See NBC Input port constants.
_offset A constant offset into the I2C output buffer.
_cnt The number of bytes to read.
_data The byte array reference which will contain the data read from the I2C output buffer.

Generated by  doxygen 1.6.2