public struct DeviceDescriptor {
public uint8 bLength ;
public uint8 bDescriptorType ;
public uint16 bcdUSB ;
public uint8 bDeviceClass ;
public uint8 bDeviceSubClass ;
public uint8 bDeviceProtocol ;
public uint8 bMaxPacketSize0 ;
public uint16 idVendor ;
public uint16 idProduct ;
public uint16 bcdDevice ;
public uint8 iManufacturer ;
public uint8 iProduct ;
public uint8 iSerialNumber ;
public uint8 bNumConfigurations ;
}
public uint8 bLength ;
public uint8 bDescriptorType ;
public uint16 bcdUSB ;
public uint8 bDeviceClass ;
public uint8 bDeviceSubClass ;
public uint8 bDeviceProtocol ;
public uint8 bMaxPacketSize0 ;
public uint16 idVendor ;
public uint16 idProduct ;
public uint16 bcdDevice ;
public uint8 iManufacturer ;
public uint8 iProduct ;
public uint8 iSerialNumber ;
public uint8 bNumConfigurations ;
Created by Valadoc