NXT C++ Bluetooth Library
Struct Nxt_file_t
in filesystem.h
- struct Nxt_file_t
Struct that holds information on a nxt file
- See Also:
Filesystem
Field Summary |
unsigned char |
handle
The NXT file handel ID |
char[ 20 ] |
name
The name of the file (maximum 19 characters + termination) |
unsigned int |
size
The size of the file in bytes |
handle
public unsigned char handle;
- The NXT file handel ID
name
public char name[ 20 ];
- The name of the file (maximum 19 characters + termination)
size
public unsigned int size;
- The size of the file in bytes