Man page - mtp_libmtp_device_entry_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_device_entry_struct
NAMESYNOPSIS
Data Fields
Detailed Description
Field Documentation
uint32_t LIBMTP_device_entry_struct::device_flags
char* LIBMTP_device_entry_struct::product
uint16_t LIBMTP_device_entry_struct::product_id
char* LIBMTP_device_entry_struct::vendor
uint16_t LIBMTP_device_entry_struct::vendor_id
Author
NAME
libmtp -
SYNOPSIS
#include <libmtp.h>
Data Fields
char *
vendor
uint16_t
vendor_id
char *
product
uint16_t
product_id
uint32_t
device_flags
Detailed Description
A data structure to hold MTP device entries.
Field Documentation
uint32_t LIBMTP_device_entry_struct::device_flags
Bugs, device specifics etc
Referenced by dump_usbinfo() , LIBMTP_Detect_Raw_Devices() , LIBMTP_Detect_Raw_Devices() , and LIBMTP_Open_Raw_Device_Uncached() .
char* LIBMTP_device_entry_struct::product
The product name of this device
Referenced by dump_usbinfo() , LIBMTP_Detect_Raw_Devices() , and LIBMTP_Detect_Raw_Devices() .
uint16_t LIBMTP_device_entry_struct::product_id
Product ID for this device
Referenced by configure_usb_device() , dump_usbinfo() , LIBMTP_Detect_Raw_Devices() , and LIBMTP_Detect_Raw_Devices() .
char* LIBMTP_device_entry_struct::vendor
The vendor of this device
Referenced by dump_usbinfo() , LIBMTP_Detect_Raw_Devices() , and LIBMTP_Detect_Raw_Devices() .
uint16_t LIBMTP_device_entry_struct::vendor_id
Vendor ID for this device
Referenced by configure_usb_device() , dump_usbinfo() , LIBMTP_Detect_Raw_Devices() , and LIBMTP_Detect_Raw_Devices() .
Author
Generated automatically by Doxygen for libmtp from the source code.