Man page - mtp_libmtp_raw_device_struct(3)
Packages contains this manual
- mtp_structar(3)
- mtp_albums(3)
- mtp_internals(3)
- mtp_folders(3)
- mtp_tagptp_chdk_videosettings(3)
- mtp_ptp_chdk_script_msg(3)
- mtp_mtpz_rsa_struct(3)
- mtp_playlists(3)
- mtp_text_struct(3)
- mtp_objects(3)
- mtp_filemap_struct(3)
- mtp_mtpz.c(3)
- mtp_ptp_event_cb_data(3)
- mtp_libusb-glue.h(3)
- mtp_files(3)
- mtp_tracks(3)
- mtp_lv_data_header(3)
- mtp_custom(3)
- mtp_device-flags.h(3)
- mtp_basic(3)
- mtp_unicode.c(3)
- mtp_libmtp.h(3)
- mtp_ptp_opcode_trans_t(3)
- mtp_mtpdevice_list_struct(3)
- mtp_util.c(3)
- mtp_libmtp.c(3)
- mtp_unicode.h(3)
- mtp_lv_framebuffer_desc(3)
- mtp_propertymap_struct(3)
- mtp_music-players.h(3)
- mtp_ptp_chdk_rc_chunk(3)
- mtp_event_cb_data_struct(3)
- mtp_mtpz.h(3)
- mtp_types(3)
apt-get install libmtp-doc
Manual
LIBMTP_raw_device_struct
NAMESYNOPSIS
Data Fields
Detailed Description
Field Documentation
uint32_t LIBMTP_raw_device_struct::bus_location
LIBMTP_device_entry_t LIBMTP_raw_device_struct::device_entry
uint8_t LIBMTP_raw_device_struct::devnum
Author
NAME
libmtp -
SYNOPSIS
#include <libmtp.h>
Data Fields
LIBMTP_device_entry_t
device_entry
uint32_t
bus_location
uint8_t
devnum
Detailed Description
A data structure to hold a raw MTP device connected to the bus.
Examples
detect.c , files.c , folders.c , and tracks.c .
Field Documentation
uint32_t LIBMTP_raw_device_struct::bus_location
Location of the bus, if device available
Referenced by dump_usbinfo() , LIBMTP_Detect_Raw_Devices() , LIBMTP_Detect_Raw_Devices() , and LIBMTP_Open_Raw_Device_Uncached() .
LIBMTP_device_entry_t LIBMTP_raw_device_struct::device_entry
The device entry for this raw device
Referenced by configure_usb_device() , dump_usbinfo() , LIBMTP_Detect_Raw_Devices() , LIBMTP_Detect_Raw_Devices() , and LIBMTP_Open_Raw_Device_Uncached() .
uint8_t LIBMTP_raw_device_struct::devnum
Device number on the bus, if device available
Referenced by dump_usbinfo() , LIBMTP_Detect_Raw_Devices() , LIBMTP_Detect_Raw_Devices() , and LIBMTP_Open_Raw_Device_Uncached() .
Author
Generated automatically by Doxygen for libmtp from the source code.