C# Class ICSharpCode.USBlib.Internal.usb_interface_descriptor

Show file Open project: roboime/legacy-roboime

Public Properties

Property Type Description
bAlternateSetting byte
bDescriptorType byte
bInterfaceClass byte
bInterfaceNumber byte
bInterfaceProtocol byte
bInterfaceSubClass byte
bLength byte
bNumEndpoints byte
endpoint System.IntPtr
extra System.IntPtr
extralen int
iInterface byte

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

bAlternateSetting public property

public byte bAlternateSetting
return byte

bDescriptorType public property

public byte bDescriptorType
return byte

bInterfaceClass public property

public byte bInterfaceClass
return byte

bInterfaceNumber public property

public byte bInterfaceNumber
return byte

bInterfaceProtocol public property

public byte bInterfaceProtocol
return byte

bInterfaceSubClass public property

public byte bInterfaceSubClass
return byte

bLength public property

public byte bLength
return byte

bNumEndpoints public property

public byte bNumEndpoints
return byte

endpoint public property

public IntPtr,System endpoint
return System.IntPtr

extra public property

public IntPtr,System extra
return System.IntPtr

extralen public property

public int extralen
return int

iInterface public property

public byte iInterface
return byte