C# Класс LibUsbDotNet.Info.UsbConfigInfo

Contains all Configuration information for the current T:LibUsbDotNet.UsbDevice.
Наследование: UsbBaseInfo
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ToString ( ) : string

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

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

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

Приватные методы

Метод Описание
UsbConfigInfo ( MonoUsbDevice usbDevice, MonoUsbConfigDescriptor configDescriptor ) : System
UsbConfigInfo ( UsbDevice usbDevice, UsbConfigDescriptor descriptor, List &rawDescriptors ) : System

Описание методов

ToString() публичный Метод

Returns a T:System.String that represents the current UsbConfigInfo.
public ToString ( ) : string
Результат string

ToString() публичный Метод

Returns a T:System.String that represents the current UsbConfigInfo.
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.
Результат string