|
OpenOBEX
1.5
|
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... | |
| struct obex_usb_intf_transport_t * | intf |
| Internal information for the transport layer in the library. More... | |
USB-specific OBEX interface information.
| 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.
| 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.
1.8.4