C# 클래스 MonoLibUsb.Descriptors.MonoUsbAltInterfaceDescriptor

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

공개 프로퍼티들

프로퍼티 타입 설명
ExtraLength int
bAlternateSetting Byte
bDescriptorType DescriptorType
bInterfaceClass ClassCodeType
bInterfaceNumber Byte
bInterfaceProtocol Byte
bInterfaceSubClass Byte
bLength Byte
bNumEndpoints Byte
iInterface Byte

프로퍼티 상세

ExtraLength 공개적으로 프로퍼티

Length of the extra descriptors, in bytes.
public int ExtraLength
리턴 int

bAlternateSetting 공개적으로 프로퍼티

Value used to select this alternate setting for this interface
public Byte bAlternateSetting
리턴 Byte

bDescriptorType 공개적으로 프로퍼티

Descriptor type. Will have value LIBUSB_DT_INTERFACE in this context.
public DescriptorType bDescriptorType
리턴 DescriptorType

bInterfaceClass 공개적으로 프로퍼티

USB-IF class code for this interface. See ClassCodeType.
public ClassCodeType bInterfaceClass
리턴 ClassCodeType

bInterfaceNumber 공개적으로 프로퍼티

Number of this interface
public Byte bInterfaceNumber
리턴 Byte

bInterfaceProtocol 공개적으로 프로퍼티

USB-IF protocol code for this interface, qualified by the bInterfaceClass and bInterfaceSubClass values
public Byte bInterfaceProtocol
리턴 Byte

bInterfaceSubClass 공개적으로 프로퍼티

USB-IF subclass code for this interface, qualified by the bInterfaceClass value
public Byte bInterfaceSubClass
리턴 Byte

bLength 공개적으로 프로퍼티

Size of this descriptor (in bytes)
public Byte bLength
리턴 Byte

bNumEndpoints 공개적으로 프로퍼티

Number of endpoints used by this interface (excluding the control endpoint).
public Byte bNumEndpoints
리턴 Byte

iInterface 공개적으로 프로퍼티

Index of string descriptor describing this interface
public Byte iInterface
리턴 Byte