LIBMTP_raw_device_struct
LIBMTP_raw_device_struct
Section: libmtp (3) Updated: Sun Mar 20 2011 Local index
Up
NAME
libmtp - LIBMTP_raw_device_struct
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.
Field Documentation
uint32_t LIBMTP_raw_device_struct::bus_locationLocation of the bus, if device available
Examples:
detect.c.
Referenced by configure_usb_device(), dump_usbinfo(), LIBMTP_Detect_Raw_Devices(), and LIBMTP_Open_Raw_Device().
LIBMTP_device_entry_t LIBMTP_raw_device_struct::device_entryThe 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().
uint8_t LIBMTP_raw_device_struct::devnumDevice number on the bus, if device available
Examples:
detect.c.
Referenced by configure_usb_device(), dump_usbinfo(), LIBMTP_Detect_Raw_Devices(), and LIBMTP_Open_Raw_Device().
Author
Generated automatically by Doxygen for libmtp from the source code.
Index
- NAME
-
- SYNOPSIS
-
- Data Fields
-
- Detailed Description
-
- Field Documentation
-
- uint32_t LIBMTP_raw_device_struct::bus_locationLocation of the bus, if device available
-
- LIBMTP_device_entry_t LIBMTP_raw_device_struct::device_entryThe device entry for this raw device
-
- uint8_t LIBMTP_raw_device_struct::devnumDevice number on the bus, if device available
-
- Author
-
This document was created by
man2html,
using the manual pages.
Time: 21:50:47 GMT, April 16, 2011