DashEtcGateInfo

class DashEtcGateInfo(val id: Int, val monotonicTimestampNanoseconds: Long)

Class containing information about ETC gate.

Parameters

id

The gate id.

monotonicTimestampNanoseconds

Timestamp which should be in sync with timestamps of locations from location provider.

Constructors

Link copied to clipboard
constructor(id: Int, monotonicTimestampNanoseconds: Long)

Properties

Link copied to clipboard
val id: Int

Functions

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