menu

BluetoothAdapterEventAttached

import { BluetoothAdapterEventAttached } from "destack:device/binding";

Bluetooth adapter attached event.

language/library/src/device/binding/bluetooth.ds:99:108
1export struct BluetoothAdapterEventAttached {2    kind: "attached";3    timestampNs: uint64;4    sequence: uint64;5    adapter: BluetoothAdapter;6}

Members

kind: "attached"

Event discriminator.

timestampNs: uint64

Event timestamp in nanoseconds.

sequence: uint64

Event sequence number.

adapter: BluetoothAdapter

Bluetooth adapter.