Show / Hide Table of Contents

Enum RequestDirection

Defines constants that indicate the direction of USB transfer: IN or OUT transfers.

Namespace: Usb.Net
Assembly: Usb.Net.dll
Syntax
public enum RequestDirection
Remarks

See 9.3 of the Universal Serial Bus (USB) specification (www.usb.org) The direction of a USB transfer is determined from the host side and not the target USB device. In an IN transfer, data moves from the device to the host. In an OUT transfer, data moves from the host to the device.

Fields

Name Description
In

Indicates an IN transfer from the device to the host.

Out

Indicates an OUT transfer from the host to the device.

In This Article
Back to top Generated by DocFX