Opens a pipe to a USB endpoint.

C# | Visual Basic | Managed C++ |
public static uint Open ( uint instance, string pVID_PID, string pEP, usb_interface.MPUSB.PipeDir dwDir, uint dwReserved )
Public Shared Function Open ( _ instance As UInteger, _ pVID_PID As String, _ pEP As String, _ dwDir As PipeDir, _ dwReserved As UInteger _ ) As UInteger
public: static unsigned int Open ( unsigned int instance, String^ pVID_PID, String^ pEP, PipeDir dwDir, unsigned int dwReserved )


Handle of opened pipe (or INVALID handle if failed)
Assembly: PICUSB Version: 1.0.2970.38156 (Module: PICUSB)