LynxFirmwareVersion

Parsed representation of a Lynx module firmware version. Alternatively the form for Semantic Versioning 2.0.0.

Constructors

Link copied to clipboard
constructor(major: Int, minor: Int, eng: Int)
Create a new firmware version object.

Properties

Link copied to clipboard
val eng: Int
Engineering version number.
Link copied to clipboard
val major: Int
Major version number.
Link copied to clipboard
val minor: Int
Minor version number.

Functions

Link copied to clipboard
Link copied to clipboard
open fun equals(other: Any): Boolean
Link copied to clipboard
open fun toString(): String