@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="USBConfiguration")
public class USBConfiguration
extends JsObject
| Constructor and Description |
|---|
USBConfiguration(USBDevice device,
short configurationValue) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
configurationName() |
short |
configurationValue() |
JsArray<USBInterface> |
interfaces() |
assign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, valueOf_, valuespublic USBConfiguration(@Nonnull
USBDevice device,
short configurationValue)
@JsProperty(name="configurationName") @Nullable public java.lang.String configurationName()
@JsProperty(name="configurationValue") public short configurationValue()
@JsProperty(name="interfaces") @Nonnull public JsArray<USBInterface> interfaces()