Libmtp_raw_device_struct
#include <libmtp.h>
LIBMTP_device_entry_t device_entry
uint32_t bus_location
uint8_t devnum
A data structure to hold a raw MTP device connected to the bus.
Examples: detect.c, and folders.c.
Location of the bus, if device available
Examples: detect.c.
Referenced by dump_usbinfo(), LIBMTP_Detect_Raw_Devices(), and LIBMTP_Open_Raw_Device_Uncached().
The device entry for this raw device
Examples: detect.c.
Referenced by configure_usb_device(), dump_usbinfo(), LIBMTP_Detect_Raw_Devices(), and LIBMTP_Open_Raw_Device_Uncached().
Device number on the bus, if device available
Examples: detect.c.
Referenced by dump_usbinfo(), LIBMTP_Detect_Raw_Devices(), and LIBMTP_Open_Raw_Device_Uncached().
Generated automatically by Doxygen for libmtp from the source code.