NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
void GetHSInputBuffer ( const byte  offset,
byte  cnt,
byte &  data[] 
)
inline

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
offsetA constant offset into the hi-speed port input buffer.
cntThe number of bytes to read.
dataThe byte array reference which will contain the data read from the hi-speed port input buffer.
Examples:
ex_GetHSInputBuffer.nxc.