| Property | Defined By | ||
|---|---|---|---|
| _id : int | _Message | ||
| MSGInc : int [read-only]
increment Number of appereance
| _Message | ||
| MSGName : String [read-only]
Name of Message
| _Message | ||
| MSGTS : int [read-only]
timestamp
| _Message | ||
| Method | Defined By | ||
|---|---|---|---|
_Message(msg:Object = null) | _Message | ||
getPropertyByName(property:String):String
Return the property by property name
| _Message | ||
| _id | property |
public var _id:int| MSGInc | property |
MSGInc:int [read-only] increment Number of appereance
public function get MSGInc():int| MSGName | property |
MSGName:String [read-only] Name of Message
public function get MSGName():String| MSGTS | property |
MSGTS:int [read-only] timestamp
public function get MSGTS():int| _Message | () | Constructor |
public function _Message(msg:Object = null)msg:Object (default = null) |
| getPropertyByName | () | method |
public function getPropertyByName(property:String):StringReturn the property by property name
Parameters
property:String — Name of the fixation property
|
String — Property value in string
|