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.
|