C# Class LibUsbDotNet.Descriptors.UsbDescriptor

Afficher le fichier Open project: arvydas/BlinkStickDotNet

Méthodes publiques

Свойство Type Description
DescriptorType DescriptorType
Length byte
Size int
ToStringFieldSeperator string
ToStringParamValueSeperator string

Méthodes publiques

Méthode Description
ToString ( ) : string

String representation of the UsbDescriptor class.

Method Details

ToString() public méthode

String representation of the UsbDescriptor class.
public ToString ( ) : string
Résultat string

Property Details

DescriptorType public_oe property

Type of structure reported by the associated usb device.
public DescriptorType DescriptorType
Résultat DescriptorType

Length public_oe property

Length of structure reported by the associated usb device.
public byte Length
Résultat byte

Size public_oe static_oe property

Total size of this structure in bytes.
public static int Size
Résultat 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
Résultat 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
Résultat string