|
LibUsbDotNet 2.2.8
EndpointType Enumeration
Library Reference ► LibUsbDotNet.Main ► EndpointType
|
|
All possible USB endpoint types.
Declaration Syntax| C# | Visual Basic | Visual C++ |
[FlagsAttribute] public enum EndpointType
<FlagsAttribute> _ Public Enumeration EndpointType
[FlagsAttribute] public enum class EndpointType
Members| Member | Description |
|---|---|
| Control |
Control endpoint type.
|
| Isochronous |
Isochronous endpoint type.
|
| Bulk |
Bulk endpoint type.
|
| Interrupt |
Interrupt endpoint type.
|