C# Class LibUsbDotNet.Descriptors.UsbDescriptor

Datei anzeigen Open project: arvydas/BlinkStickDotNet

Public Properties

Property Type Description
DescriptorType DescriptorType
Length byte
Size int
ToStringFieldSeperator string
ToStringParamValueSeperator string

Public Methods

Method Description
ToString ( ) : string

String representation of the UsbDescriptor class.

Method Details

ToString() public method

String representation of the UsbDescriptor class.
public ToString ( ) : string
return string

Property Details

DescriptorType public_oe property

Type of structure reported by the associated usb device.
public DescriptorType DescriptorType
return DescriptorType

Length public_oe property

Length of structure reported by the associated usb device.
public byte Length
return byte

Size public_oe static_oe property

Total size of this structure in bytes.
public static int Size
return int

ToStringFieldSeperator public_oe static_oe property

String value used to seperate the name/value groups for all ToString overloads of the descriptor classes.
public static string ToStringFieldSeperator
return string

ToStringParamValueSeperator public_oe static_oe property

String value used to seperate the name/value pairs for all ToString overloads of the descriptor classes.
public static string ToStringParamValueSeperator
return string