B2G/Bluetooth/WebBluetooth-v2/BluetoothAddressEvent: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 14: Line 14:
=== address ===
=== address ===
; Description
; Description
: Represents the bluetooth address to access
: Represents the bluetooth address


; Value type
; Value type
: DOMString
: DOMString

Revision as of 03:54, 20 March 2014

Overview

The BluetoothAddressEvent API provides access to a Bluetooth address when the adapterremoved or deviceunpaired event is fired. See BluetoothManager.onadapterremoved and BluetoothAdapter.ondevicepaired for more information.
This interface inherits from the Event interface.

Interface

interface BluetoothAddressEvent : Event
{
  readonly attribute DOMString address;
};

Properties

address

Description
Represents the bluetooth address
Value type
DOMString