Interface DeviceBondState
interface DeviceBondState { isBonded(id: string): boolean; setBonded(id: string, isBonded: boolean): void;} Methods
isBonded
isBonded(id: string): boolean
setBonded
setBonded(id: string, isBonded: boolean): void Parameters
- id: string
- isBonded: boolean
Returns void
(c) 2026, Micro:bit Educational Foundation and contributors
SPDX-License-Identifier: MIT