C# Class LibUsbDotNet.Info.UsbInterfaceInfo

Describes a USB device interface.
Inheritance: UsbBaseInfo
Exibir arquivo Open project: arvydas/BlinkStickDotNet Class Usage Examples

Public Methods

Method Description
ToString ( ) : string

Returns a T:System.String that represents the current UsbInterfaceInfo.

ToString ( string prefixSeperator, string entitySperator, string suffixSeperator ) : string

Returns a T:System.String that represents the current UsbInterfaceInfo.

Private Methods

Method Description
UsbInterfaceInfo ( UsbDevice usbDevice, MonoUsbAltInterfaceDescriptor monoUSBAltInterfaceDescriptor ) : System
UsbInterfaceInfo ( UsbDevice usbDevice, byte descriptor ) : System

Method Details

ToString() public method

Returns a T:System.String that represents the current UsbInterfaceInfo.
public ToString ( ) : string
return string

ToString() public method

Returns a T:System.String that represents the current UsbInterfaceInfo.
public ToString ( string prefixSeperator, string entitySperator, string suffixSeperator ) : string
prefixSeperator string The field prefix string.
entitySperator string The field/value seperator string.
suffixSeperator string The value suffix string.
return string