Skip to main content

pamoja_lorawan_rx_ack

Function pamoja_lorawan_rx_ack 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pamoja_lorawan_rx_ack( rx: *const PamojaLorawanRx, ) -> bool
Expand description

Reports whether a decoded frame acknowledges the last confirmed one.

§Returns

true when the ACK bit is set, or false if rx is null.

§Safety

rx must be a live handle from pamoja_lorawan_session_decode, or null.