#[unsafe(no_mangle)]pub unsafe extern "C" fn pamoja_lorawan_join_accept_dev_addr(
accept: *const PamojaLorawanJoinAccept,
) -> u32Expand description
Returns the device address a join grants.
§Returns
The device address, or 0 if accept is null.
§Safety
accept must be a live handle from pamoja_lorawan_device_accept_join, or
null.