Hermes
Toggle table of contents
0.2.1
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Hermes
ftc
/
com.acmerobotics.roadrunner.hardware
/
LynxFirmwareVersion
Lynx
Firmware
Version
class
LynxFirmwareVersion
(
val
major
:
Int
,
val
minor
:
Int
,
val
eng
:
Int
)
Parsed representation of a Lynx module firmware version.
Members
Constructors
Lynx
Firmware
Version
Link copied to clipboard
constructor
(
major
:
Int
,
minor
:
Int
,
eng
:
Int
)
Properties
eng
Link copied to clipboard
val
eng
:
Int
major
Link copied to clipboard
val
major
:
Int
minor
Link copied to clipboard
val
minor
:
Int
Functions
compare
To
Link copied to clipboard
operator
fun
compareTo
(
other
:
LynxFirmwareVersion
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String