MPFSGet Function

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
MPFSGet Function
C
BOOL MPFSGet(
    MPFS_HANDLE hMPFS, 
    BYTE* c
);
Description

Reads a byte from a file.

Preconditions

The file handle referenced by hMPFS is already open.

Parameters
Parameters 
Description 
the file handle from which to read 
Where to store the byte that was read 
Return Values
Return Values 
Description 
TRUE 
The byte was successfully read 
FALSE 
No byte was read because either the handle was invalid or the end of the file has been reached. 
Microchip TCP/IP Stack 5.42.08 - June 15, 2013
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.