C# Class ICSharpCode.USBlib.Internal.usb_device_descriptor

Show file Open project: roboime/legacy-roboime

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

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

bDescriptorType public property

public byte bDescriptorType
return byte

bDeviceClass public property

public byte bDeviceClass
return byte

bDeviceProtocol public property

public byte bDeviceProtocol
return byte

bDeviceSubClass public property

public byte bDeviceSubClass
return byte

bLength public property

public byte bLength
return byte

bMaxPacketSize0 public property

public byte bMaxPacketSize0
return byte

bNumConfigurations public property

public byte bNumConfigurations
return byte

bcdDevice public property

public ushort bcdDevice
return ushort

bcdUSB public property

public ushort bcdUSB
return ushort

iManufacturer public property

public byte iManufacturer
return byte

iProduct public property

public byte iProduct
return byte

iSerialNumber public property

public byte iSerialNumber
return byte

idProduct public property

public ushort idProduct
return ushort

idVendor public property

public ushort idVendor
return ushort