pub unsafe extern "C" fn otThreadGetDomainName(
aInstance: *mut otInstance,
) -> *const c_char
Expand description
Gets the Thread Domain Name.
@note Available since Thread 1.2.
@param[in] aInstance A pointer to an OpenThread instance.
@returns A pointer to the Thread Domain Name.
@sa otThreadSetDomainName