C# Class LibUsbDotNet.Descriptors.UsbInterfaceDescriptor

Inheritance: UsbDescriptor
Afficher le fichier Open project: arvydas/BlinkStickDotNet Class Usage Examples

Méthodes publiques

Свойство Type Description
AlternateID byte
Class ClassCodeType
EndpointCount byte
InterfaceID byte
Protocol byte
Size int
StringIndex byte
SubClass byte

Méthodes publiques

Méthode Description
ToString ( ) : string

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

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

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

Private Methods

Méthode Description
UsbInterfaceDescriptor ( ) : System
UsbInterfaceDescriptor ( MonoUsbAltInterfaceDescriptor altInterfaceDescriptor ) : System

Method Details

ToString() public méthode

Returns a T:System.String that represents the current UsbInterfaceDescriptor.
public ToString ( ) : string
Résultat string

ToString() public méthode

Returns a T:System.String that represents the current UsbInterfaceDescriptor.
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.
Résultat string

Property Details

AlternateID public_oe property

Value used to select alternative setting
public byte AlternateID
Résultat byte

Class public_oe property

Class Code (Assigned by USB Org)
public ClassCodeType Class
Résultat ClassCodeType

EndpointCount public_oe property

Number of Endpoints used for this interface
public byte EndpointCount
Résultat byte

InterfaceID public_oe property

Number of Interface
public byte InterfaceID
Résultat byte

Protocol public_oe property

Protocol Code (Assigned by USB Org)
public byte Protocol
Résultat byte

Size public_oe static_oe property

Total size of this structure in bytes.
public static int Size
Résultat int

StringIndex public_oe property

Index of String Descriptor Describing this interface
public byte StringIndex
Résultat byte

SubClass public_oe property

Subclass Code (Assigned by USB Org)
public byte SubClass
Résultat byte