#include <libmtp.h>
Data Fields | |
uint32_t | id |
uint16_t | StorageType |
uint16_t | FilesystemType |
uint16_t | AccessCapability |
uint64_t | MaxCapacity |
uint64_t | FreeSpaceInBytes |
uint64_t | FreeSpaceInObjects |
char * | StorageDescription |
char * | VolumeIdentifier |
LIBMTP_devicestorage_t * | next |
LIBMTP_devicestorage_t * | prev |
|
Access capability |
|
Filesystem type |
|
Free space in bytes |
|
Free space in objects |
|
Unique ID for this storage |
|
Maximum capability |
|
Next storage, follow this link until NULL |
|
Previous storage |
|
A brief description of this storage |
|
Storage type |
|
A volume identifier |