#[unsafe(no_mangle)]pub unsafe extern "C" fn pamoja_lorawan_join_accept_rx_delay(
accept: *const PamojaLorawanJoinAccept,
) -> u8Expand description
Returns the delay before the first receive window, in seconds.
§Returns
The delay, or 0 if accept is null.
§Safety
accept must be a live handle from pamoja_lorawan_device_accept_join, or
null.