Packagefunnel
Classpublic class FunnelEvent
InheritanceFunnelEvent Inheritance flash.events.Event

This is the class to express IOSystem's non-error events



Public Methods
 MethodDefined by
  
FunnelEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
FunnelEvent
Public Constants
 ConstantDefined by
  I2C_POWER_PINS_READY : String = "i2cPowerPinsReady"
[static] This event will be sent when I2C power pins of an I/O module is ready
FunnelEvent
  READY : String = "ready"
[static] This event will be sent when an I/O module is ready
FunnelEvent
Constructor detail
FunnelEvent()constructor
public function FunnelEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Constant detail
I2C_POWER_PINS_READYconstant
public static const I2C_POWER_PINS_READY:String = "i2cPowerPinsReady"

This event will be sent when I2C power pins of an I/O module is ready

READYconstant 
public static const READY:String = "ready"

This event will be sent when an I/O module is ready