Click or drag to resize

WirelessQualityJob Class

Background job for reading wireless signal strength from the platform. Refactored in 19.2 to use the same job on all platforms. Original work done in TP# 154724.
Inheritance Hierarchy
SystemObject
  Job
    Micros.OpsWirelessQualityJob

Namespace: Micros.Ops
Assembly: Ops (in Ops.dll) Version: 19.8
Syntax
C#
public sealed class WirelessQualityJob : Job

The WirelessQualityJob type exposes the following members.

Properties
 NameDescription
Public propertyIsAvailable Indicates if wireless quality statistics are available on this device
Public propertyStatistics The current statistics read by the background job
Top
Methods
 NameDescription
Public methodStatic memberGetInstance Singleton accessor for the wireless quality job in this process
Public methodRun Job override to gather the wireless statistics in the background
(Overrides Job.Run)
Public methodSuperLiteGetDisplayString FPS-43020 Sets the translated text to display in SuperLite Ops for the current RFSignalQuality enum value. Uses 'SuperLiteRFSignalStrength' enum in PosCoreText.xml.
Top
See Also