Method TryGetTimestamp
TryGetTimestamp(out double)
Gets the timestamp of the message payload, in seconds. A return value indicates whether the message has a timestamped payload.
public bool TryGetTimestamp(out double timestamp)
Parameters
timestampdoubleThe timestamp of the message payload, in seconds.
Returns
- bool
trueif the message has a timestamped payload; otherwise,false.