[][src]Function openthread_sys::otThreadGetDomainName

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

Get the Thread Domain Name.

This function is only availble since Thread 1.2.

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

@returns A pointer to the Thread Domain Name.

@sa otThreadSetDomainName