OpenOBEX
1.7
|
USB-specific OBEX interface information. More...
#include <obex_const.h>
Data Fields | |
char * | manufacturer |
Manufacturer, e.g. More... | |
char * | product |
Product, e.g. More... | |
char * | serial |
Product serial number. More... | |
char * | configuration |
USB device configuration description. More... | |
char * | control_interface |
Control interface description. More... | |
char * | data_interface_idle |
Idle data interface description, typically empty. More... | |
char * | data_interface_active |
Active data interface description, typically empty. More... | |
obex_usb_intf_service_t * | service |
Service information descriptor, may be NULL if absent. More... | |
unsigned int | idVendor |
USB-IF vendor ID. More... | |
unsigned int | idProduct |
USB-IF product ID. More... | |
unsigned int | bus_number |
Bus number that a USB device is connected to. More... | |
unsigned int | device_address |
Device address on the bus. More... | |
unsigned int | interface_number |
USB device interface number. More... | |
struct obex_usb_intf_transport_t * | intf |
Internal information for the transport layer in the library. More... | |
USB-specific OBEX interface information.
unsigned int obex_usb_intf_t::bus_number |
Bus number that a USB device is connected to.
char* obex_usb_intf_t::configuration |
USB device configuration description.
char* obex_usb_intf_t::control_interface |
Control interface description.
char* obex_usb_intf_t::data_interface_active |
Active data interface description, typically empty.
char* obex_usb_intf_t::data_interface_idle |
Idle data interface description, typically empty.
unsigned int obex_usb_intf_t::device_address |
Device address on the bus.
unsigned int obex_usb_intf_t::idProduct |
USB-IF product ID.
unsigned int obex_usb_intf_t::idVendor |
USB-IF vendor ID.
unsigned int obex_usb_intf_t::interface_number |
USB device interface number.
struct obex_usb_intf_transport_t* obex_usb_intf_t::intf |
Internal information for the transport layer in the library.
char* obex_usb_intf_t::manufacturer |
Manufacturer, e.g.
Nokia
char* obex_usb_intf_t::product |
Product, e.g.
Nokia 6680
char* obex_usb_intf_t::serial |
Product serial number.
obex_usb_intf_service_t* obex_usb_intf_t::service |
Service information descriptor, may be NULL if absent.