pub struct LoraRxStatsRsp(/* private fields */);Expand description
Response for GetLoraRxStats command
Implementations§
Source§impl LoraRxStatsRsp
impl LoraRxStatsRsp
Sourcepub fn header_error(&self) -> u16
pub fn header_error(&self) -> u16
Number of received packets with a header error
Sourcepub fn false_sync(&self) -> u16
pub fn false_sync(&self) -> u16
Number of false synchronizations
Trait Implementations§
Source§impl AsMut<[u8]> for LoraRxStatsRsp
impl AsMut<[u8]> for LoraRxStatsRsp
Source§impl Default for LoraRxStatsRsp
impl Default for LoraRxStatsRsp
Source§fn default() -> LoraRxStatsRsp
fn default() -> LoraRxStatsRsp
Returns the “default value” for a type. Read more