Packagecom.distriqt.extension.bluetooth.events
Classpublic class BluetoothEvent
InheritanceBluetoothEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined By
  data : String
BluetoothEvent
Public Methods
 MethodDefined By
  
BluetoothEvent(type:String, data:String, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor
BluetoothEvent
Public Constants
 ConstantDefined 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
Property Detail
dataproperty
public var data:String

Constructor Detail
BluetoothEvent()Constructor
public function BluetoothEvent(type:String, data:String, bubbles:Boolean = false, cancelable:Boolean = false)

Constructor

Parameters
type:String
 
data:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Constant Detail
NOT_SUPPORTEDConstant
public static const NOT_SUPPORTED:String = bluetooth:not:supported

SCAN_FINISHEDConstant 
public static const SCAN_FINISHED:String = bluetooth:scan:finished

SCAN_MODE_CHANGEDConstant 
public static const SCAN_MODE_CHANGED:String = bluetooth:scan:mode:changed

SCAN_STARTEDConstant 
public static const SCAN_STARTED:String = bluetooth:scan:started

STATE_CHANGEDConstant 
public static const STATE_CHANGED:String = bluetooth:state:changed