Array of endpoint descriptors. This length of this array is determined by the bNumEndpoints field.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public List<MonoUsbEndpointDescriptor> EndpointList { get; }
Public ReadOnly Property EndpointList As List(Of MonoUsbEndpointDescriptor) Get
public: property List<MonoUsbEndpointDescriptor^>^ EndpointList { List<MonoUsbEndpointDescriptor^>^ get (); }