C# Class LibUsbDotNet.Info.UsbEndpointInfo

Contains Endpoint information for the current T:LibUsbDotNet.Info.UsbConfigInfo.
Inheritance: UsbBaseInfo
Afficher le fichier Open project: arvydas/BlinkStickDotNet Class Usage Examples

Méthodes publiques

Méthode Description
ToString ( ) : string

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

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

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

Private Methods

Méthode Description
UsbEndpointInfo ( MonoUsbEndpointDescriptor monoUsbEndpointDescriptor ) : System
UsbEndpointInfo ( byte descriptor ) : System

Method Details

ToString() public méthode

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

ToString() public méthode

Returns a T:System.String that represents the current UsbEndpointInfo.
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