pub unsafe extern "C" fn otThreadGetNetworkName(
    aInstance: *mut otInstance
) -> *const c_char
Expand description

Get the Thread Network Name.

@param[in] aInstance A pointer to an OpenThread instance.

@returns A pointer to the Thread Network Name.

@sa otThreadSetNetworkName