Interface: DeviceTransports
Per-transport schema for a device.
Only the keys this device actually supports are present. Each key carries the parameters its transport needs — VID/PID under usb, port under tcp, etc. — instead of bunching them at the top level.
Properties
| Property | Type |
|---|---|
bluetooth-gatt? | BluetoothGattTransport |
bluetooth-spp? | BluetoothSppTransport |
serial? | SerialTransport |
tcp? | TcpTransport |
usb? | UsbTransport |