BuzzerVolume

data class BuzzerVolume(val maxVolume: Int, val currentVolume: Int) : ReaderBuzzerVolume

The buzzer (beep) volume reported by a reader that supports buzzer volume control.

Constructors

Link copied to clipboard
constructor(maxVolume: Int, currentVolume: Int)

Properties

Link copied to clipboard
val currentVolume: Int

The reader's current buzzer volume.

Link copied to clipboard
val maxVolume: Int

The maximum volume the reader's buzzer supports. A valid volume is in the range 1..maxVolume.