macro_rules! global_read {
($radio:expr, $cmd:expr, $call:expr, $default:expr) => { ... };
}Expand description
Read a global setting, propagating transport errors to trigger reconnect. Protocol/parse errors default to the provided fallback (non-fatal).