kdriveExpress SDK 23.2.0
usb_dev_t Struct Reference

Structure holding usb device information. More...

#include <kdrive_express_access.h>

Data Fields

uint16_t ind_addr
 KNX individual address. More...
 
uint16_t media_tytes
 knx media types (bit field, encoding is DPT_Media) More...
 
uint32_t internal_usb_index
 numbered in the order that the hid driver enumerates the devices More...
 
uint32_t usb_vendor_id
 usb device vendor id More...
 
uint32_t usb_product_id
 usb device product id More...
 

Detailed Description

Structure holding usb device information.

See also
kdrive_ap_enum_usb_ex and kdrive_ap_only_enum_usb
Examples
kdrive_express_usb.c.

Field Documentation

◆ ind_addr

uint16_t usb_dev_t::ind_addr

KNX individual address.

Examples
kdrive_express_usb.c.

◆ internal_usb_index

uint32_t usb_dev_t::internal_usb_index

numbered in the order that the hid driver enumerates the devices

Examples
kdrive_express_usb.c.

◆ media_tytes

uint16_t usb_dev_t::media_tytes

knx media types (bit field, encoding is DPT_Media)

Examples
kdrive_express_usb.c.

◆ usb_product_id

uint32_t usb_dev_t::usb_product_id

usb device product id

Examples
kdrive_express_usb.c.

◆ usb_vendor_id

uint32_t usb_dev_t::usb_vendor_id

usb device vendor id

Examples
kdrive_express_usb.c.

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