Interface IReaderOperationBatteryStatus
- Namespace
- TechnologySolutions.Rfid
- Assembly
- TechnologySolutions.Rfid.Operations.dll
An IReaderOperation to report the battery status
IsTriggerHardware is false
TriggerIndex is 0 this is a manual operation
TriggerInterval is not used. Most barcode scanners perform one barcode scan per trigger
public interface IReaderOperationBatteryStatus : IReaderOperation, ITriggerSource
- Inherited Members
Remarks
While enabled this operation will periodically report the readers battery status
Properties
BatteryLevel
Gets the battery level as a percentage
int BatteryLevel { get; }
Property Value
LastUpdated
Gets the time when the battery status was last updated
DateTime LastUpdated { get; }
Property Value
Status
Gets a value indicating whether the unit is charging
ChargeStatus Status { get; }
Property Value
Events
Updated
Raised when the battery status is updated
event EventHandler Updated