crate::frame::parameters::handler!(0x0048,{ channel:u8, max_rssi_value:i8},impl{implHandler{/// The 802.15.4 channel number that was scanned.
#[must_use]pubconstfnchannel(&self)->u8{self.channel
}/// The maximum RSSI value found on the channel.
#[must_use]pubconstfnmax_rssi_value(&self)->i8{self.max_rssi_value
}}});