MPFS_STUB Structure

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
MPFS_STUB Structure
C
typedef struct {
  MPFS_PTR addr;
  DWORD bytesRem;
  WORD fatID;
} MPFS_STUB;
Description

Stores each file handle's information Handles are free when addr = MPFS_INVALID

Members
Members 
Description 
MPFS_PTR addr; 
Current address in the file system 
DWORD bytesRem; 
How many bytes remain in this file 
WORD fatID; 
ID of which file in the FAT was accessed 
Microchip TCP/IP Stack 5.42.08 - June 15, 2013
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.