A Sandcastle Documented Class Library
ReadInt Method (handle, pData, dwLen, pLength, dwMilliseconds)
Namespaces > PICUSB > MPUSB > ReadInt(UInt32, Byte[](), UInt32, UInt32, UInt32)
Read from an asynchronous interrupt endpoint on a PIC
Syntax
C#Visual BasicManaged C++
public static uint ReadInt (
	uint handle,
	byte[] pData,
	uint dwLen,
	out uint pLength,
	uint dwMilliseconds
)
Public Shared Function ReadInt ( _
	handle As UInteger, _
	pData As Byte(), _
	dwLen As UInteger, _
	<OutAttribute> ByRef pLength As UInteger, _
	dwMilliseconds As UInteger _
) As UInteger
public:
static unsigned int ReadInt (
	unsigned int handle, 
	array<unsigned char>^ pData, 
	unsigned int dwLen, 
	unsigned int% pLength, 
	unsigned int dwMilliseconds
)
Parameters
handle (UInt32)
Handle of pipe to read from
pData (Byte[]())
Array for incoming data
dwLen (UInt32)
Expected received data length(?)
pLength (UInt32)
Actual received data length(?)
dwMilliseconds (UInt32)
Timeout, in milliseconds
Return Value
1=success

Assembly: PICUSB Version: 1.0.2970.38156 (Module: PICUSB)