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

Показать файл Открыть проект

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

Свойство Тип Описание
DescriptorType DescriptorType
Length byte
Size int
ToStringFieldSeperator string
ToStringParamValueSeperator string

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

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

String representation of the UsbDescriptor class.

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

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

String representation of the UsbDescriptor class.
public ToString ( ) : string
Результат string

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

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

Type of structure reported by the associated usb device.
public DescriptorType DescriptorType
Результат DescriptorType

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

Length of structure reported by the associated usb device.
public byte Length
Результат byte

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

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

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

String value used to seperate the name/value groups for all ToString overloads of the descriptor classes.
public static string ToStringFieldSeperator
Результат string

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

String value used to seperate the name/value pairs for all ToString overloads of the descriptor classes.
public static string ToStringParamValueSeperator
Результат string