#[unsafe(no_mangle)]pub unsafe extern "C" fn pamoja_lora_plan_name(
plan: *const PamojaLoraPlan,
) -> *mut PamojaStringExpand description
Returns the plan’s name, such as EU863-870.
§Arguments
plan- the plan to read.
§Returns
A string the caller must release with
pamoja_string_free, or null if plan is null.
§Safety
plan must be a live plan handle, or null.