mtp_LIBMTP_raw_device_struct

Langue: en

Autres versions - même langue

Version: 281112 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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_location

Location of the bus, if device available

Examples: detect.c.

Referenced by configure_usb_device(), LIBMTP_Detect_Raw_Devices(), and LIBMTP_Open_Raw_Device().

LIBMTP_device_entry_t LIBMTP_raw_device_struct::device_entry

The device entry for this raw device

Examples: detect.c.

Referenced by configure_usb_device(), and LIBMTP_Detect_Raw_Devices().

uint8_t LIBMTP_raw_device_struct::devnum

Device number on the bus, if device available

Examples: detect.c.

Referenced by configure_usb_device(), LIBMTP_Detect_Raw_Devices(), and LIBMTP_Open_Raw_Device().

Author

Generated automatically by Doxygen for libmtp from the source code.