C# Класс MonoLibUsb.Descriptors.MonoUsbConfigDescriptor

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

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

Свойство Тип Описание
ExtraLength int
MaxPower byte
bConfigurationValue byte
bDescriptorType DescriptorType
bLength byte
bNumInterfaces byte
bmAttributes byte
iConfiguration byte
wTotalLength short

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

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

Create a new MonoUsbConfigDescriptor instance from a MonoUsbConfigHandle.

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

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

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

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

Create a new MonoUsbConfigDescriptor instance from a MonoUsbConfigHandle.
public MonoUsbConfigDescriptor ( MonoUsbConfigHandle configHandle ) : System
configHandle MonoLibUsb.Profile.MonoUsbConfigHandle A config handle.
Результат System

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

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

Length of the extra descriptors, in bytes.
public int ExtraLength
Результат int

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

Maximum power consumption of the USB device from this bus in this configuration when the device is fully opreation. Expressed in units of 2 mA.
public byte MaxPower
Результат byte

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

Identifier value for this configuration
public byte bConfigurationValue
Результат byte

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

Descriptor type. Will have value LIBUSB_DT_CONFIG in this context.
public DescriptorType bDescriptorType
Результат DescriptorType

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

Size of this descriptor (in bytes)
public byte bLength
Результат byte

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

Number of interfaces supported by this configuration
public byte bNumInterfaces
Результат byte

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

Configuration characteristics
public byte bmAttributes
Результат byte

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

Index of string descriptor describing this configuration
public byte iConfiguration
Результат byte

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

Total length of data returned for this configuration
public short wTotalLength
Результат short