pub enum ScanResumeMethod {
TimeOperated,
CarrierOperated,
Seek,
}Expand description
Scan resume method — controls how the radio resumes scanning after stopping on an active signal.
Configured via Menu No. 130 (analog) or Menu No. 131 (digital DV/DR) on the radio, and via the SR CAT command. Default: Time for analog, Seek for digital.
§Safety warning
The SR command with value 0 has been observed to reboot the radio on some firmware versions.
Variants§
TimeOperated
Time-operated: resume scanning after a configurable delay even if the signal is still present. Default hold time is 5 seconds (Menu No. 132, range 1-10 seconds).
CarrierOperated
Carrier-operated: resume scanning when the received signal drops below the squelch threshold and stays closed for the configured restart time. Default restart time is 2 seconds (Menu No. 133, range 1-10 seconds).
Seek
Seek: stop on the first active signal and remain there. The user must manually resume scanning.
Implementations§
Trait Implementations§
Source§impl Clone for ScanResumeMethod
impl Clone for ScanResumeMethod
Source§fn clone(&self) -> ScanResumeMethod
fn clone(&self) -> ScanResumeMethod
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more