OpenOBEX
Data Fields
obex_usb_intf_t Struct Reference

USB-specific OBEX interface information. More...

#include <obex_const.h>

Data Fields

char * manufacturer
 Manufacturer, e.g.
char * product
 Product, e.g.
char * serial
 Product serial number.
char * configuration
 USB device configuration description.
char * control_interface
 Control interface description.
char * data_interface_idle
 Idle data interface description, typically empty.
char * data_interface_active
 Active data interface description, typically empty.
obex_usb_intf_service_tservice
 Service information descriptor, may be NULL if absent.
unsigned int idVendor
 USB-IF vendor ID.
unsigned int idProduct
 USB-IF product ID.
unsigned int bus_number
 Bus number that a USB device is connected to.
unsigned int device_address
 Device address on the bus.
unsigned int interface_number
 USB device interface number.
struct obex_usb_intf_transport_t * intf
 Internal information for the transport layer in the library.

Detailed Description

USB-specific OBEX interface information.


Field Documentation

Bus number that a USB device is connected to.

USB device configuration description.

Control interface description.

Active data interface description, typically empty.

Idle data interface description, typically empty.

Device address on the bus.

USB-IF product ID.

USB-IF vendor ID.

USB device interface number.

struct obex_usb_intf_transport_t* obex_usb_intf_t::intf

Internal information for the transport layer in the library.

Manufacturer, e.g.

Nokia

Product, e.g.

Nokia 6680

Product serial number.

Service information descriptor, may be NULL if absent.


The documentation for this struct was generated from the following file: