AbstractChannelScanStatus
AbstractChannelScanStatus ⇐ BusinessModel
Kind: global abstract class
Extends: BusinessModel
Model:
Properties
Name | Type | Description |
---|---|---|
progress | number | the progress of the scan. Valid values are in the range 0 - 100, or -1 if the progress is unknown. |
frequency | number | The frequency of the transponder in kHz (for scans on RF sources only). |
signalStrength | number | The signal strength for the current channel. Valid values are in the range 0 - 100, or -1 if the signal strength is unknown. |
channelNumber | number | The logical channel number of the channel that has been found. |
channelType | number | The type of channel that has been found. Valid values are the same as for Channel.channelType . |
channelCount | number | The total number of channels found so far during the scan. |
transponderCount | number | The total number of transponders found so far during the scan (RF sources only). |
newChannel | AbstractChannel | When in STATE_NEW_CHANNEL_FOUND, this argument provides a reference to the Channel object that represents the newly identified channel, otherwise null |
isaChannelScanStatus | boolean | Feature flag |
state | ChannelScanState |
AbstractChannelScanStatus()
This class represents the model used when using channel scan (@see AbstractChannelScanService)