public class DeviceNotification extends Object
Modifier and Type | Field and Description |
---|---|
BeepDuration |
GoodReadBeeperDuration
Get or set the duration of the good read beeper
|
boolean |
GoodReadBeeperEnabled
Get or set a value indicating whether the good read beeper is enabled
|
BeepFrequency |
GoodReadBeeperFrequency
Get or set the good read beeper frequency
|
int |
LEDDuration
Get or set the duration of LED
|
boolean |
LEDEnabled
Get or set a value indicating whether the LED is enabled
|
boolean |
LowBatteryAlertEnabled
Get or set a value indicating whether the low battery alert is enabled
|
BeepVolume |
SystemBeeperVolume
Get or set the system beeper volume
|
int |
VibratorDuration
Get or set the duration of the vibrator
|
boolean |
VibratorEnabled
Get or set a value indication whether the vibrator is enabled
|
Constructor and Description |
---|
DeviceNotification() |
public boolean LowBatteryAlertEnabled
public boolean LEDEnabled
public int LEDDuration
public boolean VibratorEnabled
public int VibratorDuration
public BeepVolume SystemBeeperVolume
public boolean GoodReadBeeperEnabled
public BeepFrequency GoodReadBeeperFrequency
public BeepDuration GoodReadBeeperDuration