Identifies the transfer type to use for Input and Output report methods.
| C# | Visual Basic | Visual C++ |
public enum TransferModesEnum
Public Enumeration TransferModesEnum
public enum class TransferModesEnum
| Member | Description |
|---|---|
| Interrupt | Specifies that an Interrupt transfer should be used (this is a blocking call). For Output reports, if the device supports Control transfers, that will be used instead. |
| Control | Specifies that a Control transfer should be used. Not all devices support this for Output reports. |