LibUsbDotNet 2.2.8
GetAltInterfaceSetting Method (interfaceID, selectedAltInterfaceID)
Library Reference ► LibUsbDotNet ► IUsbDevice ► GetAltInterfaceSetting(Byte, Byte%)
|
![]() |
Gets the selected alternate interface of the specified interface.

C# | Visual Basic | Visual C++ |
Function GetAltInterfaceSetting ( _ interfaceID As Byte, _ <OutAttribute> ByRef selectedAltInterfaceID As Byte _ ) As Boolean
bool GetAltInterfaceSetting( unsigned char interfaceID, [OutAttribute] unsigned char% selectedAltInterfaceID )

True on success.