ReadByte Function

Microchip MDD File System Interface

MDDFS Interface Library Help
ReadByte Function
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.

Microchip MDD File System Interface 1.2.0 - [Aug 18, 2008]
Copyright © 2008 Microchip Technology, Inc.  All rights reserved.