C
BYTE ReadByte( BYTE* pBuffer, WORD index );
Description
Reads a byte from a buffer
Preconditions
This function should not be called by the user.
Parameters
Parameters |
Description |
pBuffer |
pointer to a buffer to read from |
index |
index in the buffer to read to |
Returns
BYTE - the byte read
Side Effects
None
Remarks
None.