Remove Method (item)

LibUsbDotNet

LibUsbDotNet 2.2.8 Remove Method (item)
Library ReferenceLibUsbDotNet.MainUsbEndpointListRemove(UsbEndpointBase)
LibUsbDotNet on SourceForge
Removes the specified UsbEndpointBase in the UsbEndpointList.
Declaration Syntax
C# Visual Basic Visual C++
public void Remove(
	UsbEndpointBase item
)
Public Sub Remove ( _
	item As UsbEndpointBase _
)
public:
void Remove(
	UsbEndpointBase^ item
)
Parameters
item (UsbEndpointBase)
The UsbEndpointBase to remove in the UsbEndpointList.

Assembly: LibUsbDotNet (Module: LibUsbDotNet) Version: 2.2.8.104 (2.2.8.104)