HIDLib: A managed, general-purpose HID USB interface library for .NET.
HIDDevice..::.TransferModesEnum Enumeration
NamespacesBlueNinjaSoftware.HIDLibHIDDeviceHIDDevice..::.TransferModesEnum
Identifies the transfer type to use for Input and Output report methods.
Declaration Syntax
C#Visual BasicVisual C++
public enum TransferModesEnum
Public Enumeration TransferModesEnum
public enum class TransferModesEnum
Members
MemberDescription
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.

Assembly: HIDLib (Module: HIDLib) Version: 0.2.0.1626