Type Alias: DeviceRequest ​
DeviceRequest:
object
A request for devices to be sent to device drivers
Type declaration ​
| Name | Type | Description |
|---|---|---|
Capabilities? | string[][] | A list of capabilities; an OR list of AND lists of capabilities. |
Count? | number | - |
DeviceIDs? | string[] | - |
Driver? | string | - |
Options? | object | Driver-specific options, specified as a key/value pairs. These options are passed directly to the driver. |