.TH "LIBMTP_devicestorage_struct" 3 "Thu Sep 11 2014" "Version 1.1.8" "libmtp" \" -*- nroff -*- .ad l .nh .SH NAME libmtp \- LIBMTP_devicestorage_struct .SH SYNOPSIS .br .PP .PP \fC#include \fP .SS "Data Fields" .in +1c .ti -1c .RI "uint32_t \fBid\fP" .br .ti -1c .RI "uint16_t \fBStorageType\fP" .br .ti -1c .RI "uint16_t \fBFilesystemType\fP" .br .ti -1c .RI "uint16_t \fBAccessCapability\fP" .br .ti -1c .RI "uint64_t \fBMaxCapacity\fP" .br .ti -1c .RI "uint64_t \fBFreeSpaceInBytes\fP" .br .ti -1c .RI "uint64_t \fBFreeSpaceInObjects\fP" .br .ti -1c .RI "char * \fBStorageDescription\fP" .br .ti -1c .RI "char * \fBVolumeIdentifier\fP" .br .ti -1c .RI "\fBLIBMTP_devicestorage_t\fP * \fBnext\fP" .br .ti -1c .RI "\fBLIBMTP_devicestorage_t\fP * \fBprev\fP" .br .in -1c .SH "Detailed Description" .PP LIBMTP Device Storage structure .PP \fBExamples: \fP .in +1c \fBfolders\&.c\fP, and \fBsendtr\&.c\fP\&. .SH "Field Documentation" .PP .SS "uint16_t LIBMTP_devicestorage_struct::AccessCapability" Access capability .PP Referenced by LIBMTP_Dump_Device_Info(), and LIBMTP_Get_Storage()\&. .SS "uint16_t LIBMTP_devicestorage_struct::FilesystemType" Filesystem type .PP Referenced by LIBMTP_Dump_Device_Info(), and LIBMTP_Get_Storage()\&. .SS "uint64_t LIBMTP_devicestorage_struct::FreeSpaceInBytes" Free space in bytes .PP Referenced by LIBMTP_Dump_Device_Info(), and LIBMTP_Get_Storage()\&. .SS "uint64_t LIBMTP_devicestorage_struct::FreeSpaceInObjects" Free space in objects .PP Referenced by LIBMTP_Dump_Device_Info(), and LIBMTP_Get_Storage()\&. .SS "uint32_t LIBMTP_devicestorage_struct::id" Unique ID for this storage .PP \fBExamples: \fP .in +1c \fBfolders\&.c\fP, and \fBsendtr\&.c\fP\&. .PP Referenced by LIBMTP_Dump_Device_Info(), LIBMTP_Format_Storage(), and LIBMTP_Get_Storage()\&. .SS "uint64_t LIBMTP_devicestorage_struct::MaxCapacity" Maximum capability .PP Referenced by LIBMTP_Dump_Device_Info(), and LIBMTP_Get_Storage()\&. .SS "\fBLIBMTP_devicestorage_t\fP* LIBMTP_devicestorage_struct::next" Next storage, follow this link until NULL .PP \fBExamples: \fP .in +1c \fBfolders\&.c\fP, and \fBsendtr\&.c\fP\&. .PP Referenced by LIBMTP_Dump_Device_Info(), and LIBMTP_Get_Storage()\&. .SS "\fBLIBMTP_devicestorage_t\fP* LIBMTP_devicestorage_struct::prev" Previous storage .PP Referenced by LIBMTP_Get_Storage()\&. .SS "char* LIBMTP_devicestorage_struct::StorageDescription" A brief description of this storage .PP \fBExamples: \fP .in +1c \fBfolders\&.c\fP, and \fBsendtr\&.c\fP\&. .PP Referenced by LIBMTP_Dump_Device_Info(), and LIBMTP_Get_Storage()\&. .SS "uint16_t LIBMTP_devicestorage_struct::StorageType" Storage type .PP Referenced by LIBMTP_Dump_Device_Info(), and LIBMTP_Get_Storage()\&. .SS "char* LIBMTP_devicestorage_struct::VolumeIdentifier" A volume identifier .PP Referenced by LIBMTP_Dump_Device_Info(), and LIBMTP_Get_Storage()\&. .SH "Author" .PP Generated automatically by Doxygen for libmtp from the source code\&.