ScanResult
Defined in: console-sdk/src/device/deviceModel.ts:223
The reactive result of useDeviceScan: whether a scan is running and the last platform-level scan error (Bluetooth off / permission denied), if any.
Properties
Section titled “Properties”error:
ScanError|null
Defined in: console-sdk/src/device/deviceModel.ts:227
Last platform-level scan failure, or null.
isScanning
Section titled “isScanning”isScanning:
boolean
Defined in: console-sdk/src/device/deviceModel.ts:225
Whether a scan is currently running.