A Sandcastle Documented Class Library
usb_interface.MPUSB.PipeDir Enumeration
Namespaces > PICUSB > MPUSB > PipeDir
Valid values representing transfer direction for pipes opened to USB endpoints. These directions are relative to the PC.
Syntax
C#Visual BasicManaged C++
public enum PipeDir
Public Enumeration PipeDir
public enum class PipeDir
Members
MemberDescription
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)