C# Class libusbK.USB_DEVICE_DESCRIPTOR

Mostrar archivo Open project: nikkov/Win-Widget

Public Properties

Property Type Description
bDescriptorType byte
bDeviceClass byte
bDeviceProtocol byte
bDeviceSubClass byte
bLength byte
bMaxPacketSize0 byte
bNumConfigurations byte
bcdDevice ushort
bcdUSB ushort
iManufacturer byte
iProduct byte
iSerialNumber byte
idProduct ushort
idVendor ushort

Property Details

bDescriptorType public_oe property

public byte bDescriptorType
return byte

bDeviceClass public_oe property

public byte bDeviceClass
return byte

bDeviceProtocol public_oe property

public byte bDeviceProtocol
return byte

bDeviceSubClass public_oe property

public byte bDeviceSubClass
return byte

bLength public_oe property

public byte bLength
return byte

bMaxPacketSize0 public_oe property

public byte bMaxPacketSize0
return byte

bNumConfigurations public_oe property

public byte bNumConfigurations
return byte

bcdDevice public_oe property

public ushort bcdDevice
return ushort

bcdUSB public_oe property

public ushort bcdUSB
return ushort

iManufacturer public_oe property

public byte iManufacturer
return byte

iProduct public_oe property

public byte iProduct
return byte

iSerialNumber public_oe property

public byte iSerialNumber
return byte

idProduct public_oe property

public ushort idProduct
return ushort

idVendor public_oe property

public ushort idVendor
return ushort