SessionMeterGraphCommand

data class SessionMeterGraphCommand(val session: Int? = null, val measurement: Int?, val meter: String?, val channel: String?) : SessionCommand

Constructors

Link copied to clipboard
constructor(session: Int? = null, measurement: Int?, meter: String?, channel: String?)

Properties

Link copied to clipboard

Channel to observe

Link copied to clipboard

Measurement to observe

Link copied to clipboard

Meter to observe

Link copied to clipboard
open override val session: Int? = null

Session id or null = latest session