Skip to main content

pamoja_lorawan_rx_fpending

Function pamoja_lorawan_rx_fpending 

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

Reports whether the network has more downlink data waiting.

§Returns

true when the frame-pending bit is set, or false if rx is null.

§Safety

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