#include <libmtp.h>
Data Fields | |
uint8_t | interface_number |
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. |
|
Interface number of this device |
|
The maximum battery level for this device |
|
Pointer to next device in linked list; NULL if this is the last device |
|
Parameters for this device, must be cast into |
|
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 |