Exemplo n.º 1
0
 /// <Summary>Retrieves the interface descriptor for the specified alternate interface settings for a particular interface handle.</Summary>
 public virtual bool QueryInterfaceSettings(byte AltSettingIndex, out USB_INTERFACE_DESCRIPTOR UsbAltInterfaceDescriptor)
 {
     return driverAPI.QueryInterfaceSettings(mHandleStruct, AltSettingIndex, out UsbAltInterfaceDescriptor);
 }
Exemplo n.º 2
0
 /// <Summary>Retrieves the interface descriptor for the specified alternate interface settings for a particular interface handle.</Summary>
 public bool QueryInterfaceSettings(byte AltSettingNumber, out USB_INTERFACE_DESCRIPTOR UsbAltInterfaceDescriptor)
 {
     return driverAPI.QueryInterfaceSettings(handle, AltSettingNumber, out UsbAltInterfaceDescriptor);
 }