Read data from a PIC endpoint

C# | Visual Basic | Managed C++ |
public static uint Read ( uint handle, byte[] pData, uint dwLen, out uint pLength, uint dwMilliseconds )
Public Shared Function Read ( _ handle As UInteger, _ pData As Byte(), _ dwLen As UInteger, _ <OutAttribute> ByRef pLength As UInteger, _ dwMilliseconds As UInteger _ ) As UInteger
public: static unsigned int Read ( unsigned int handle, array<unsigned char>^ pData, unsigned int dwLen, unsigned int% pLength, unsigned int dwMilliseconds )


1=success
Assembly: PICUSB Version: 1.0.2970.38156 (Module: PICUSB)