C# Класс LibUsbDotNet.Descriptors.UsbConfigDescriptor

Наследование: UsbDescriptor
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Attributes byte
ConfigID byte
InterfaceCount byte
MaxPower byte
Size int
StringIndex byte
TotalLength short

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

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

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

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

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

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

Метод Описание
UsbConfigDescriptor ( ) : System
UsbConfigDescriptor ( MonoUsbConfigDescriptor descriptor ) : System

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

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

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

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

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

Описание свойств

Attributes публичное свойство

D7 Reserved, set to 1. (USB 1.0 Bus Powered) D6 Self Powered D5 Remote Wakeup D4..0 Reserved, set to 0.
public byte Attributes
Результат byte

ConfigID публичное свойство

Value to use as an argument to select this Configuration
public byte ConfigID
Результат byte

InterfaceCount публичное свойство

Number of Interfaces
public byte InterfaceCount
Результат byte

MaxPower публичное свойство

Maximum Power Consumption in 2mA units
public byte MaxPower
Результат byte

Size публичное статическое свойство

Total size of this structure in bytes.
public static int Size
Результат int

StringIndex публичное свойство

Index of String Descriptor describing this Configuration
public byte StringIndex
Результат byte

TotalLength публичное свойство

Total length in bytes of data returned
public short TotalLength
Результат short