ConfigureMeterEvent

data class ConfigureMeterEvent(val nt: Long = System.nanoTime(), val ts: Long = System.currentTimeMillis(), val meter: String, val channel: String, val name: String?, val description: String? = null) : SessionEvent

Represents an event for configuring a meter.

Constructors

Link copied to clipboard
constructor(nt: Long = System.nanoTime(), ts: Long = System.currentTimeMillis(), meter: String, channel: String, name: String?, description: String? = null)

Properties

Link copied to clipboard

Channel to configure

Link copied to clipboard
val description: String? = null
Link copied to clipboard

Meter to configure

Link copied to clipboard
val name: String?

New name of the meter

Link copied to clipboard
open override val nt: Long

Event timestamp in nanoseconds (more precise, but overflows).

Link copied to clipboard
open override val ts: Long

Event timestamp in milliseconds.

Functions

Link copied to clipboard
Link copied to clipboard
open override fun toString(): String