BatteryStatus

class BatteryStatus(val percent: Int, val isCharging: Boolean)

Status of the reader's battery.

Parameters

percent

The charge percentage, an integer between 0 and 100.

isCharging

true if the reader is connected to a charger.

Constructors

Link copied to clipboard
constructor(percent: Int, isCharging: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard