Table of Contents

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

int

LastUpdated

Gets the time when the battery status was last updated

DateTime LastUpdated { get; }

Property Value

DateTime

Status

Gets a value indicating whether the unit is charging

ChargeStatus Status { get; }

Property Value

ChargeStatus

Events

Updated

Raised when the battery status is updated

event EventHandler Updated

Event Type

EventHandler