C# Class LibUsbDotNet.Descriptors.UsbDescriptor

Show file 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 property

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

Length public property

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

Size public static property

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

ToStringFieldSeperator public static 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 static property

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