table of contents
other versions
- buster 1.1.16-2
- testing 1.1.17-3
- unstable 1.1.17-3
- experimental 1.1.18-1
LIBMTP_devicestorage_struct(3) | libmtp | LIBMTP_devicestorage_struct(3) |
NAME¶
libmtp -SYNOPSIS¶
#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
Detailed Description¶
LIBMTP Device Storage structureExamples:
detect.c, files.c, folders.c, sendtr.c, and
tracks.c.
Field Documentation¶
uint16_t LIBMTP_devicestorage_struct::AccessCapability¶
Access capabilityuint16_t LIBMTP_devicestorage_struct::FilesystemType¶
Filesystem typeuint64_t LIBMTP_devicestorage_struct::FreeSpaceInBytes¶
Free space in bytesuint64_t LIBMTP_devicestorage_struct::FreeSpaceInObjects¶
Free space in objectsuint32_t LIBMTP_devicestorage_struct::id¶
Unique ID for this storageExamples:
detect.c, files.c, folders.c, sendtr.c, and
tracks.c.
uint64_t LIBMTP_devicestorage_struct::MaxCapacity¶
Maximum capabilityLIBMTP_devicestorage_t* LIBMTP_devicestorage_struct::next¶
Next storage, follow this link until NULLExamples:
detect.c, files.c, folders.c, sendtr.c, and
tracks.c.
LIBMTP_devicestorage_t* LIBMTP_devicestorage_struct::prev¶
Previous storagechar* LIBMTP_devicestorage_struct::StorageDescription¶
A brief description of this storageExamples:
folders.c, and sendtr.c.
uint16_t LIBMTP_devicestorage_struct::StorageType¶
Storage typechar* LIBMTP_devicestorage_struct::VolumeIdentifier¶
A volume identifierAuthor¶
Generated automatically by Doxygen for libmtp from the source code.Sat Feb 9 2019 | Version 1.1.16 |