#[unsafe(no_mangle)]pub unsafe extern "C" fn pamoja_lorawan_rx_dev_addr(
rx: *const PamojaLorawanRx,
) -> u32Expand description
Returns the device address a decoded frame carries.
§Returns
The device address, or 0 if rx is null.
§Safety
rx must be a live handle from pamoja_lorawan_session_decode, or null.