|
LibUsbDotNet 2.2.8
Remove Method (item)
Library Reference ► LibUsbDotNet.Main ► UsbEndpointList ► Remove(UsbEndpointBase)
|
|
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.