C# 클래스 MonoLibUsb.Descriptors.MonoUsbDeviceDescriptor

파일 보기 프로젝트 열기: arvydas/BlinkStickDotNet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BcdDevice short
BcdUsb short
Class ClassCodeType
ConfigurationCount byte
DescriptorType DescriptorType
Length byte
ManufacturerStringIndex byte
MaxPacketSize0 byte
ProductID short
ProductStringIndex byte
Protocol byte
SerialStringIndex byte
Size int
SubClass byte
VendorID short

공개 메소드들

메소드 설명
ToString ( ) : string

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

메소드 상세

ToString() 공개 메소드

Returns a T:System.String that represents the current MonoUsbDeviceDescriptor.
public ToString ( ) : string
리턴 string

프로퍼티 상세

BcdDevice 공개적으로 프로퍼티

Device Release Number
public short BcdDevice
리턴 short

BcdUsb 공개적으로 프로퍼티

USB Specification Number which device complies too.
public short BcdUsb
리턴 short

Class 공개적으로 프로퍼티

Class Code (Assigned by USB Org) If equal to Zero, each interface specifies it’s own class code; If equal to 0xFF, the class code is vendor specified; Otherwise field is valid Class Code.
public ClassCodeType Class
리턴 ClassCodeType

ConfigurationCount 공개적으로 프로퍼티

Number of Possible Configurations
public byte ConfigurationCount
리턴 byte

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

ManufacturerStringIndex 공개적으로 프로퍼티

Index of Manufacturer String Descriptor
public byte ManufacturerStringIndex
리턴 byte

MaxPacketSize0 공개적으로 프로퍼티

Maximum Packet Size for Zero Endpoint. Valid Sizes are 8, 16, 32, 64
public byte MaxPacketSize0
리턴 byte

ProductID 공개적으로 프로퍼티

Product ID (Assigned by Manufacturer)
public short ProductID
리턴 short

ProductStringIndex 공개적으로 프로퍼티

Index of Product String Descriptor
public byte ProductStringIndex
리턴 byte

Protocol 공개적으로 프로퍼티

Protocol Code (Assigned by USB Org)
public byte Protocol
리턴 byte

SerialStringIndex 공개적으로 프로퍼티

Index of Serial Number String Descriptor
public byte SerialStringIndex
리턴 byte

Size 공개적으로 정적으로 프로퍼티

Total size of this structure in bytes.
public static int Size
리턴 int

SubClass 공개적으로 프로퍼티

Subclass Code (Assigned by USB Org)
public byte SubClass
리턴 byte

VendorID 공개적으로 프로퍼티

Vendor ID (Assigned by USB Org)
public short VendorID
리턴 short