mtp_LIBMTP_devicestorage_struct

Langue: en

Version: 339961 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

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().

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.