#[unsafe(no_mangle)]pub unsafe extern "C" fn pamoja_lorawan_rx_adr(
rx: *const PamojaLorawanRx,
) -> boolExpand description
Reports whether a decoded frame takes part in adaptive data rate.
§Returns
true when the ADR bit is set, or false if rx is null.
§Safety
rx must be a live handle from pamoja_lorawan_session_decode, or null.