Some fields of USB device descriptor.

 

int idVendor; 

int idProduct; 

int bcdDevice; 

std::string product; 

std::string manufacturer; 

std::string serial; 

}; 

 

Members: 

 

idVendor - Vendor ID (Assigned by USB Org) 

idProduct - Product ID (Assigned by Manufacturer) 

bcdDevice - Device Release Number in BCD format (Assigned by Manufacturer) product - contents of Product String Descriptor 

manufacturer - contents of Manufacturer String Descriptor 

serial - contents of Serial Number String Descriptor