DataTrackFrame

constructor(payload: ByteArray, userTimestamp: Long? = null)

Parameters

payload

The application payload carried by this frame.

userTimestamp

Optional sender-provided timestamp, opaque to the SDK and carried end-to-end unmodified. Publisher and subscriber agree on what it means, so a sensor's clock works as well as wall time. now and durationSinceTimestamp are the exception — they read it as milliseconds since the Unix epoch.