|
Open Model Railroad Network (OpenMRN)
|
We have one of these for each open file descriptor. More...
#include <ArduinoFs.hxx>
Public Member Functions | |
| bool | in_use () |
| void | open () |
| Marks the file descriptor to be in use. | |
| void | close () |
| Marks the file descriptor to be not in use. | |
Public Attributes | |
| off_t | offset = UNUSED_FILE |
| POSIX file offset. | |
We have one of these for each open file descriptor.
Definition at line 66 of file ArduinoFs.hxx.
|
inline |
Marks the file descriptor to be not in use.
Definition at line 84 of file ArduinoFs.hxx.
|
inline |
Definition at line 72 of file ArduinoFs.hxx.
|
inline |
Marks the file descriptor to be in use.
Definition at line 78 of file ArduinoFs.hxx.
| off_t FsStatic::FileInfo::offset = UNUSED_FILE |
POSIX file offset.
Definition at line 69 of file ArduinoFs.hxx.