Function otThreadGetMasterKey

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

Get the thrMasterKey.

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

@returns A pointer to a buffer containing the thrMasterKey.

@sa otThreadSetMasterKey