USBInterfaceCollectionItem Property |
Get interface by interface number
Namespace:
MadWizard.WinUSBNet
Assembly:
WinUSBNet (in WinUSBNet.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic USBInterface this[
int interfaceNumber
] { get; }
Public ReadOnly Default Property Item (
interfaceNumber As Integer
) As USBInterface
Get
public:
property USBInterface^ default[int interfaceNumber] {
USBInterface^ get (int interfaceNumber);
}
Parameters
- interfaceNumber
- Type: SystemInt32
Number of the interface to return. Note: this is the number from the interface descriptor, which
is not necessarily the same as the interface index.
Return Value
Type:
USBInterface
Exceptions
See Also