LIBMTP_devicestorage_struct
LIBMTP_devicestorage_struct
Section: libmtp (3) Updated: Sun Mar 20 2011 Local index
Up
NAME
libmtp - LIBMTP_devicestorage_struct
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 structure
Examples:
sendtr.c.
Field Documentation
uint16_t LIBMTP_devicestorage_struct::AccessCapabilityAccess capability
Referenced by LIBMTP_Dump_Device_Info(), and LIBMTP_Get_Storage().
uint16_t LIBMTP_devicestorage_struct::FilesystemTypeFilesystem type
Referenced by LIBMTP_Dump_Device_Info(), and LIBMTP_Get_Storage().
uint64_t LIBMTP_devicestorage_struct::FreeSpaceInBytesFree space in bytes
Referenced by LIBMTP_Dump_Device_Info(), and LIBMTP_Get_Storage().
uint64_t LIBMTP_devicestorage_struct::FreeSpaceInObjectsFree space in objects
Referenced by LIBMTP_Dump_Device_Info(), and LIBMTP_Get_Storage().
uint32_t LIBMTP_devicestorage_struct::idUnique ID for this storage
Examples:
sendtr.c.
Referenced by LIBMTP_Dump_Device_Info(), LIBMTP_Format_Storage(), and LIBMTP_Get_Storage().
uint64_t LIBMTP_devicestorage_struct::MaxCapacityMaximum capability
Referenced by LIBMTP_Dump_Device_Info(), and LIBMTP_Get_Storage().
LIBMTP_devicestorage_t* LIBMTP_devicestorage_struct::nextNext storage, follow this link until NULL
Examples:
sendtr.c.
Referenced by LIBMTP_Dump_Device_Info(), and LIBMTP_Get_Storage().
LIBMTP_devicestorage_t* LIBMTP_devicestorage_struct::prevPrevious storage
Referenced by LIBMTP_Get_Storage().
char* LIBMTP_devicestorage_struct::StorageDescriptionA brief description of this storage
Examples:
sendtr.c.
Referenced by LIBMTP_Dump_Device_Info(), and LIBMTP_Get_Storage().
uint16_t LIBMTP_devicestorage_struct::StorageTypeStorage type
Referenced by LIBMTP_Dump_Device_Info(), and LIBMTP_Get_Storage().
char* LIBMTP_devicestorage_struct::VolumeIdentifierA volume identifier
Referenced by LIBMTP_Dump_Device_Info(), and LIBMTP_Get_Storage().
Author
Generated automatically by Doxygen for libmtp from the source code.
Index
- NAME
-
- SYNOPSIS
-
- Data Fields
-
- Detailed Description
-
- Field Documentation
-
- uint16_t LIBMTP_devicestorage_struct::AccessCapabilityAccess capability
-
- uint16_t LIBMTP_devicestorage_struct::FilesystemTypeFilesystem type
-
- uint64_t LIBMTP_devicestorage_struct::FreeSpaceInBytesFree space in bytes
-
- uint64_t LIBMTP_devicestorage_struct::FreeSpaceInObjectsFree space in objects
-
- uint32_t LIBMTP_devicestorage_struct::idUnique ID for this storage
-
- uint64_t LIBMTP_devicestorage_struct::MaxCapacityMaximum capability
-
- LIBMTP_devicestorage_t* LIBMTP_devicestorage_struct::nextNext storage, follow this link until NULL
-
- LIBMTP_devicestorage_t* LIBMTP_devicestorage_struct::prevPrevious storage
-
- char* LIBMTP_devicestorage_struct::StorageDescriptionA brief description of this storage
-
- uint16_t LIBMTP_devicestorage_struct::StorageTypeStorage type
-
- char* LIBMTP_devicestorage_struct::VolumeIdentifierA volume identifier
-
- Author
-
This document was created by
man2html,
using the manual pages.
Time: 21:50:47 GMT, April 16, 2011