Package | com.distriqt.extension.bluetooth.events |
Class | public class BluetoothEvent |
Inheritance | BluetoothEvent flash.events.Event |
Property | Defined By | ||
---|---|---|---|
data : String | BluetoothEvent |
Method | Defined By | ||
---|---|---|---|
BluetoothEvent(type:String, data:String, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor
| BluetoothEvent |
Constant | Defined By | ||
---|---|---|---|
NOT_SUPPORTED : String = bluetooth:not:supported [static] | BluetoothEvent | ||
SCAN_FINISHED : String = bluetooth:scan:finished [static] | BluetoothEvent | ||
SCAN_MODE_CHANGED : String = bluetooth:scan:mode:changed [static] | BluetoothEvent | ||
SCAN_STARTED : String = bluetooth:scan:started [static] | BluetoothEvent | ||
STATE_CHANGED : String = bluetooth:state:changed [static] | BluetoothEvent |
data | property |
public var data:String
BluetoothEvent | () | Constructor |
public function BluetoothEvent(type:String, data:String, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor
Parameterstype:String | |
data:String | |
bubbles:Boolean (default = false )
| |
cancelable:Boolean (default = false )
|
NOT_SUPPORTED | Constant |
public static const NOT_SUPPORTED:String = bluetooth:not:supported
SCAN_FINISHED | Constant |
public static const SCAN_FINISHED:String = bluetooth:scan:finished
SCAN_MODE_CHANGED | Constant |
public static const SCAN_MODE_CHANGED:String = bluetooth:scan:mode:changed
SCAN_STARTED | Constant |
public static const SCAN_STARTED:String = bluetooth:scan:started
STATE_CHANGED | Constant |
public static const STATE_CHANGED:String = bluetooth:state:changed