ChannelScanState
ChannelScanState ⇐ Class
Kind: global class
Extends: Class
See: AbstractChannelScanStatus
- ChannelScanState ⇐
Class
ChannelScanState()
ChannelScan state constants.
STARTED
A channel scan has started.
Kind: static constant of ChannelScanState
IN_PROGRESS
Indicates the current progress of the scan.
Kind: static constant of ChannelScanState
NEW_CHANNEL_FOUND
A new channel has been found.
Kind: static constant of ChannelScanState
NEW_TRANSPONDER_FOUND
A new transponder has been found.
Kind: static constant of ChannelScanState
COMPLETED
A channel scan has completed.
Kind: static constant of ChannelScanState
ABORTED
A channel scan has been aborted.
Kind: static constant of ChannelScanState
READY
Ready
Kind: static constant of ChannelScanState
getConstName(value) ⇒ String
Return the current state name
/!\ USE ONLY FOR LOG|DEBUG|TEST /!\
Kind: static method of ChannelScanState
Returns: String
- The name of the state
Param | Type |
---|---|
value | number |