Valid values representing transfer direction for pipes opened to USB endpoints.
These directions are relative to the PC.

C# | Visual Basic | Managed C++ |
public enum PipeDir
Public Enumeration PipeDir
public enum class PipeDir

Member | Description |
---|---|
Write |
For transferring to an OUT endpoint on the PIC.
|
Read |
For reading from an IN endpoint on the PIC.
|
Assembly: PICUSB Version: 1.0.2970.38156 (Module: PICUSB)