public class UsbInterface extends Object
| Modifier and Type | Method and Description |
|---|---|
UsbInterface |
getActiveSetting()
Gets the active setting.
|
int |
getActiveSettingNumber()
Gets the active setting number.
|
UsbInterfaceDescriptor |
getDescriptor()
Gets the interface descriptor.
|
UsbEndpoint |
getEndpoint(int epAddr)
Gets an endpoint.
|
List<UsbEndpoint> |
getEndpoints()
Gets the list of endpoints.
|
int |
getNumSettings()
Gets the number of alternate settings.
|
UsbInterface |
getSetting(int altNum)
Gets an alternate setting.
|
List<UsbInterface> |
getSettings()
Gets the list of alternate settings.
|
String |
getString()
Gets the interface string.
|
public UsbInterfaceDescriptor getDescriptor()
public String getString()
public int getNumSettings()
public List<UsbInterface> getSettings()
public UsbInterface getSetting(int altNum)
altNum - The alternate setting numberpublic int getActiveSettingNumber()
public UsbInterface getActiveSetting()
public List<UsbEndpoint> getEndpoints()
public UsbEndpoint getEndpoint(int epAddr)
epAddr - The endpoint addressCopyright © 2017 LSST. All rights reserved.