| Package | funnel |
| Class | public class SysexEvent |
| Inheritance | SysexEvent flash.events.Event |
| Method | Defined by | ||
|---|---|---|---|
|
SysexEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
| SysexEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| I2C : String = "i2c" [static]
| SysexEvent | ||
| STRING : String = "string" [static]
| SysexEvent | ||
| SYSEX : String = "sysex" [static]
| SysexEvent | ||
| VERSION : String = "version" [static]
| SysexEvent | ||
| SysexEvent | () | constructor |
public function SysexEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)Parameters
type:String |
|
bubbles:Boolean (default = false) |
|
cancelable:Boolean (default = false) |
| I2C | constant |
public static const I2C:String = "i2c"
| STRING | constant |
public static const STRING:String = "string"
| SYSEX | constant |
public static const SYSEX:String = "sysex"
| VERSION | constant |
public static const VERSION:String = "version"