UsbInterface Class
Namespace: GHIElectronics.TinyCLR.Devices.UsbClient · Assembly: GHIElectronics.TinyCLR.Devices.UsbClient
No description available.
public class UsbInterface
Constructors
UsbInterface(byte InterfaceNumber, Endpoint[] Endpoints)
public UsbInterface(byte InterfaceNumber, Endpoint[] Endpoints)
No description available.
| Parameter | Type | Description |
|---|---|---|
InterfaceNumber | byte | |
Endpoints | Endpoint[] |
Fields
bInterfaceNumber
public byte bInterfaceNumber
No description available.
endpoints
public Endpoint[] endpoints
No description available.
classDescriptors
public ClassDescriptor[] classDescriptors
No description available.
bInterfaceClass
public byte bInterfaceClass
No description available.
bInterfaceSubClass
public byte bInterfaceSubClass
No description available.
bInterfaceProtocol
public byte bInterfaceProtocol
No description available.
iInterface
public byte iInterface
No description available.