MPFS_FAT_RECORD Structure

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
MPFS_FAT_RECORD Structure
C
typedef struct {
  DWORD string;
  DWORD data;
  DWORD len;
  DWORD timestamp;
  DWORD microtime;
  WORD flags;
} MPFS_FAT_RECORD;
Description

Stores the data for an MPFS2 FAT record

Members
Members 
Description 
DWORD string; 
Pointer to the file name 
DWORD data; 
Address of the file data 
DWORD len; 
Length of file data 
DWORD timestamp; 
Timestamp of file 
DWORD microtime; 
Microtime stamp of file 
WORD flags; 
Flags for this file 
Microchip TCP/IP Stack 5.42.08 - June 15, 2013
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.