ZTBatteryLevel

data class ZTBatteryLevel(batteryRight: Byte, batteryLeft: Byte)

ZTBatteryLevel

Author

Alexandre Lemoult <a.lemoult@zhortech.com>

Constructors

ZTBatteryLevel
Link copied to clipboard
fun ZTBatteryLevel(batteryRight: Byte, batteryLeft: Byte)

Functions

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

Properties

batteryLeft
Link copied to clipboard
val batteryLeft: Byte
batteryRight
Link copied to clipboard
val batteryRight: Byte
min
Link copied to clipboard
val min: Int