[][src]Function openthread_sys::otThreadGetMasterKey

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

Get the thrMasterKey.

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

@returns A pointer to a buffer containing the thrMasterKey.

@sa otThreadSetMasterKey