UsbEndpointList Class

LibUsbDotNet

LibUsbDotNet 2.2.8 UsbEndpointList Class
Library ReferenceLibUsbDotNet.MainUsbEndpointList
LibUsbDotNet on SourceForge
Endpoint list.
Declaration Syntax
C# Visual Basic Visual C++
public class UsbEndpointList : IEnumerable<UsbEndpointBase>, 
	IEnumerable
Public Class UsbEndpointList _
	Implements IEnumerable(Of UsbEndpointBase), IEnumerable
public ref class UsbEndpointList : IEnumerable<UsbEndpointBase^>, 
	IEnumerable
Members
All Members Methods Properties



Icon Member Description
Clear()()()()
Removes all items from the UsbEndpointList.

Contains(UsbEndpointBase)
Determines whether the UsbEndpointList contains a specific value.

Count
Gets the number of elements contained in the UsbEndpointList.

GetEnumerator()()()()
Returns UsbEndpointBase enumerator that iterates through the collection.

IndexOf(UsbEndpointBase)
Determines the index of a specific UsbEndpointBase in the UsbEndpointList.

Item[([( Int32])])
Gets the UsbEndpointBase item at the specified index.

Remove(UsbEndpointBase)
Removes the specified UsbEndpointBase in the UsbEndpointList.

RemoveAt(Int32)
Removes the UsbEndpointList item at the specified index.

Inheritance Hierarchy
Object
UsbEndpointList

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