NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
Loader module

Constants and functions related to the Loader module. More...

Modules

 Loader module constants
 Constants that are part of the NXT firmware's Loader module.
 
 Loader module functions
 Functions for accessing and modifying Loader module features.
 
 Loader module types
 Types used by various Loader module functions.
 

Detailed Description

Constants and functions related to the Loader module.

The NXT loader module encompasses support for the NXT file system. The NXT supports creating files, opening existing files, reading, writing, renaming, and deleting files.

Files in the NXT file system must adhere to the 15.3 naming convention for a maximum filename length of 19 characters. While multiple files can be opened simultaneously, a maximum of 4 files can be open for writing at any given time.

When accessing files on the NXT, errors can occur. The NXC API defines several constants that define possible result codes. They are listed in the Loader module error codes section.