AbstractChannelScanStatus

AbstractChannelScanStatus ⇐ BusinessModel

Kind: global abstract class
Extends: BusinessModel
Model:
Properties

NameTypeDescription
progressnumber

the progress of the scan. Valid values are in the range 0 - 100, or -1 if the progress is unknown.

frequencynumber

The frequency of the transponder in kHz (for scans on RF sources only).

signalStrengthnumber

The signal strength for the current channel. Valid values are in the range 0 - 100, or -1 if the signal strength is unknown.

channelNumbernumber

The logical channel number of the channel that has been found.

channelTypenumber

The type of channel that has been found. Valid values are the same as for Channel.channelType .

channelCountnumber

The total number of channels found so far during the scan.

transponderCountnumber

The total number of transponders found so far during the scan (RF sources only).

newChannelAbstractChannel

When in STATE_NEW_CHANNEL_FOUND, this argument provides a reference to the Channel object that represents the newly identified channel, otherwise null

isaChannelScanStatusboolean

Feature flag

stateChannelScanState

AbstractChannelScanStatus()

This class represents the model used when using channel scan (@see AbstractChannelScanService)