Skip to main content

pamoja_lorawan_join_accept_net_id

Function pamoja_lorawan_join_accept_net_id 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pamoja_lorawan_join_accept_net_id( accept: *const PamojaLorawanJoinAccept, ) -> u32
Expand description

Returns the identifier of the network that accepted a join.

§Returns

The network identifier, or 0 if accept is null.

§Safety

accept must be a live handle from pamoja_lorawan_device_accept_join, or null.