Methods
parseTimeStamp($super, data) → {number}
Extracts timestamp from the message. The timestamp is located at the 60th bytes and is 8 bytes length.
Parameters:
| Name | Type | Description |
|---|---|---|
$super |
function | the parseTimeStamp super method |
data |
ArrayBuffer | the data to parse |
Returns:
the extracted timestamp
- Type
- number