A Sandcastle Documented Class Library
Close Method (handle)
Namespaces > PICUSB > MPUSB > Close(UInt32)
Close a pipe to a PIC endpoint
Syntax
C#Visual BasicManaged C++
public static bool Close (
	uint handle
)
Public Shared Function Close ( _
	handle As UInteger _
) As Boolean
public:
static bool Close (
	unsigned int handle
)
Parameters
handle (UInt32)
Handle of pipe to close
Return Value
1=success

Assembly: PICUSB Version: 1.0.2970.38156 (Module: PICUSB)