C# Class ICSharpCode.USBlib.Internal.usb_device

Show file Open project: roboime/legacy-roboime Class Usage Examples

Public Properties

Property Type Description
bus System.IntPtr
config System.IntPtr
descriptor usb_device_descriptor
dev System.IntPtr
next System.IntPtr
prev System.IntPtr

Public Methods

Method Description
GetConfig ( int number ) : usb_config_descriptor
ToString ( ) : string

Method Details

GetConfig() public method

public GetConfig ( int number ) : usb_config_descriptor
number int
return usb_config_descriptor

ToString() public method

public ToString ( ) : string
return string

Property Details

bus public property

public IntPtr,System bus
return System.IntPtr

config public property

public IntPtr,System config
return System.IntPtr

descriptor public property

public usb_device_descriptor,ICSharpCode.USBlib.Internal descriptor
return usb_device_descriptor

dev public property

public IntPtr,System dev
return System.IntPtr

next public property

public IntPtr,System next
return System.IntPtr

prev public property

public IntPtr,System prev
return System.IntPtr