TimeSync

data class TimeSync(val unit: String, val remote: Long, val diff: Long)

Represents a time difference between the instance and the other unit for synchronizing event timestamps.

Constructors

Link copied to clipboard
constructor(unit: String, remote: Long, diff: Long)

Properties

Link copied to clipboard
val diff: Long

Timestamp difference

Link copied to clipboard

Remote timestamp

Link copied to clipboard

Remote unit