LibUsbDotNet 2.2.8
UsbStandardRequest Enumeration
Library Reference ► LibUsbDotNet.Main ► UsbStandardRequest
|
Standard Device Requests.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[FlagsAttribute] public enum UsbStandardRequest
<FlagsAttribute> _ Public Enumeration UsbStandardRequest
[FlagsAttribute] public enum class UsbStandardRequest
Members
Member | Description |
---|---|
ClearFeature |
Clear or disable a specific feature.
|
GetConfiguration |
Returns the current device Configuration value.
|
GetDescriptor |
Returns the specified descriptor if the descriptor exists.
|
GetInterface |
Returns the selected alternate setting for the specified interface.
|
GetStatus |
Returns status for the specified recipient.
|
SetAddress |
Sets the device address for all future device accesses.
|
SetConfiguration |
Sets the device Configuration.
|
SetDescriptor |
Optional and may be used to update existing descriptors or new descriptors may be added.
|
SetFeature |
used to set or enable a specific feature.
|
SetInterface |
Allows the host to select an alternate setting for the specified interface.
|
SynchFrame |
Used to set and then report an endpoint’s synchronization frame.
|