#define GetHSInputBuffer ( _offset,
_cnt,
_data   )     __getHSInputBuffer(_offset, _cnt, _data)

Get hi-speed port input buffer data.

This method reads count bytes of data from the hi-speed port input buffer and writes it to the buffer provided.

Parameters:
_offset A constant offset into the hi-speed port input buffer.
_cnt The number of bytes to read.
_data The byte array reference which will contain the data read from the hi-speed port input buffer.

Generated by  doxygen 1.6.2