SessionResetCommand

data class SessionResetCommand(val session: Int? = null) : SessionCommand

Reset the session (measurements, counters).

Constructors

Link copied to clipboard
constructor(session: Int? = null)

Properties

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

Session id or null = latest session

Functions

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