#include <libmtp.h>
Data Fields | |
uint8_t | object_bitsize |
void * | params |
void * | usbinfo |
LIBMTP_devicestorage_t * | storage |
LIBMTP_error_t * | errorstack |
uint8_t | maximum_battery_level |
uint32_t | default_music_folder |
uint32_t | default_playlist_folder |
uint32_t | default_picture_folder |
uint32_t | default_video_folder |
uint32_t | default_organizer_folder |
uint32_t | default_zencast_folder |
uint32_t | default_album_folder |
uint32_t | default_text_folder |
void * | cd |
LIBMTP_mtpdevice_t * | next |
delfile.c, detect.c, files.c, folders.c, getfile.c, getplaylist.c, newfolder.c, playlists.c, sendfile.c, sendtr.c, tracks.c, and trexist.c.
Per device iconv() converters, only used internally
Default Album folder
Default music folder
Default organizer folder
Default picture folder
Default playlist folder
Default Text folder
Default video folder
Default ZENcast folder (only Creative devices...)
The error stack. This shall be handled using the error getting and clearing functions, not by dereferencing this list.
The maximum battery level for this device
Object bitsize, typically 32 or 64.
Parameters for this device, must be cast into (PTPParams*) before internal use.
The storage for this device, do not use strings in here without copying them first, and beware that this list may be rebuilt at any time.
USB device for this device, must be cast into (PTP_USB*) before internal use.