|
NXT C++ Bluetooth Library | ||||||
FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Enumeration for file modes when opening a file
Filesystem::open
Field Summary | |
APPEND = 0x01
append data to the file (if files does not exist a new file is created) |
|
READ = 0x00
Open the file for reading |
|
WRITE = 0x02
create and write data to a file (before closing the file it must be filled with data otherwise it will be deleted) |
|
WRITE_LINEAR = 0x03
create and write data to a linear non-fragmented file - should be used with "ric"(picture) and "rxe"(program) files (before closing the file it must be filled with data otherwise it will be deleted) |
|
WRITE_LINEAR_DATA = 0x04
create and write data to a linear non-fragmented data file (before closing the file it must be filled with data otherwise it will be deleted) |
Field Detail |
public APPEND = 0x01
public READ = 0x00
public WRITE = 0x02
public WRITE_LINEAR = 0x03
public WRITE_LINEAR_DATA = 0x04
|
NXT C++ Bluetooth Library | ||||||
FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |