MPFS_SEEK_MODE Enumeration

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
MPFS_SEEK_MODE Enumeration
C
typedef enum {
  MPFS_SEEK_START = 0u,
  MPFS_SEEK_END,
  MPFS_SEEK_FORWARD,
  MPFS_SEEK_REWIND
} MPFS_SEEK_MODE;
Description

Indicates the method for MPFSSeek

Members
Members 
Description 
MPFS_SEEK_START = 0u 
Seek forwards from the front of the file 
MPFS_SEEK_END 
Seek backwards from the end of the file 
MPFS_SEEK_FORWARD 
Seek forward from the current position 
MPFS_SEEK_REWIND 
See backwards from the current position 
Microchip TCP/IP Stack 5.42.08 - June 15, 2013
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.