Changes

Jump to: navigation, search

B2G/Bluetooth/WebBluetooth-v2/BluetoothAdapterEvent

899 bytes added, 07:53, 7 April 2014
no edit summary
== Interface ==
* [[B2G/Bluetooth/WebBluetooth-v2/BluetoothAdapterEvent#BluetoothAdapterEvent|BluetoothAdapterEvent]]
* [[B2G/Bluetooth/WebBluetooth-v2/BluetoothAdapterEvent#BluetoothAdapterHandle|BluetoothAdapterHandle]]
 
=== BluetoothAdapterEvent ===
interface BluetoothAdapterEvent : Event
{
readonly attribute boolean [[B2G/Bluetooth/WebBluetooth-v2/BluetoothAdapterEvent#isDefault|isDefault]]; readonly attribute BluetoothAdapterHandle [[B2G/Bluetooth/WebBluetooth-v2/BluetoothAdapterEvent#handle|handle]]; }; === BluetoothAdapterHandle === interface BluetoothAdapterHandle {
readonly attribute BluetoothAdapter? [[B2G/Bluetooth/WebBluetooth-v2/BluetoothAdapterEvent#adapter|adapter]];
readonly attribute DOMString? [[B2G/Bluetooth/WebBluetooth-v2/BluetoothAdapterEvent#address|address]];
};
 
= BluetoothAdapterEvent =
== Properties ==
* [[B2G/Bluetooth/WebBluetooth-v2/BluetoothAdapterEvent#isDefault|BluetoothAdapterEvent.isDefault]]
* [[B2G/Bluetooth/WebBluetooth-v2/BluetoothAdapterEvent#adapterhandle|BluetoothAdapterEvent.adapter]]* [[B2G/Bluetooth/WebBluetooth-v2/BluetoothAdapterEvent#address|BluetoothAdapterEvent.addresshandle]]
=== isDefault ===
; Value type
: boolean
 
=== handle ===
; Description
: The handle contains either the added [[B2G/Bluetooth/WebBluetooth-v2/BluetoothAdapter|BluetoothAdapter]] object or the address of the removed adapter.
 
; Value type
: [[B2G/Bluetooth/WebBluetooth-v2/BluetoothAdapterEvent#BluetoothAdapterHandle|BluetoothAdapterHandle]]
 
= BluetoothAdapterHandle =
 
== Properties ==
* [[B2G/Bluetooth/WebBluetooth-v2/BluetoothAdapterEvent#adapter|BluetoothAdapterEvent.adapter]]
* [[B2G/Bluetooth/WebBluetooth-v2/BluetoothAdapterEvent#address|BluetoothAdapterEvent.address]]
=== adapter ===
Confirm
891
edits

Navigation menu