LynxFirmwareVersion

class LynxFirmwareVersion(val major: Int, val minor: Int, val eng: Int)

Parsed representation of a Lynx module firmware version.

Constructors

Link copied to clipboard
constructor(major: Int, minor: Int, eng: Int)

Properties

Link copied to clipboard
val eng: Int
Link copied to clipboard
val major: Int
Link copied to clipboard
val minor: Int

Functions

Link copied to clipboard
operator fun compareTo(other: LynxFirmwareVersion): Int
Link copied to clipboard
open override fun toString(): String