Methods
parseData($super, data) → {Array}
Extract data from the message. This split over ",".
Parameters:
| Name | Type | Description |
|---|---|---|
$super |
function | the parseData super method |
data |
Object | the data to parse |
Returns:
the parsed data as an array of tokens
- Type
- Array
parseTimeStamp($super, data) → {number}
Extracts timestamp from the data. The timestamp is the first token got from split(',')
Parameters:
| Name | Type | Description |
|---|---|---|
$super |
function | the parseTimeStamp super method |
data |
string | the data to parse |
Returns:
the extracted timestamp
- Type
- number