USBConfiguration
Overview
The USBConfiguration interface of the WebUSB API provides information about a particular configuration of a USB device and the interfaces that it supports.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
Properties
configurationName
property configurationName: String read;
String configurationName { get; }
var configurationName: String { get{} }
String configurationName { __get; }
ReadOnly Property configurationName() As String
configurationValue
property configurationValue: String read;
String configurationValue { get; }
var configurationValue: String { get{} }
String configurationValue { __get; }
ReadOnly Property configurationValue() As String
interfaces
property interfaces: dynamic read;
dynamic interfaces { get; }
var interfaces: dynamic { get{} }
dynamic interfaces { __get; }
ReadOnly Property interfaces() As dynamic