nn::fs::PositionBase Enumerated Type

Syntax

enum PositionBase;

Values

Value Description
POSITION_BASE_BEGIN Constant indicating that the current file position is set relative to the start of the file.
POSITION_BASE_CURRENT Constant indicating that the current file position is set relative to the current file position.
POSITION_BASE_END Constant indicating that the current file position is set relative to the end of the file.

Description

Enumerated constant that indicates the position of file read/writes.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL