LocationTimestamp

Describes how to interpret an application-defined timestamp value from an MQTT message payload and the precision of that value.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val unit: String?

The precision of the timestamp value that results from the expression described in value.

Link copied to clipboard

An expression that returns a long epoch time value.

Functions

Link copied to clipboard
inline fun copy(block: LocationTimestamp.Builder.() -> Unit = {}): LocationTimestamp
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String