pub unsafe extern "C" fn otThreadGetPskc(
    aInstance: *mut otInstance,
    aPskc: *mut otPskc
)
Expand description

Get the Thread PSKc

@param[in] aInstance A pointer to an OpenThread instance. @param[out] aPskc A pointer to an otPskc to return the retrieved Thread PSKc.

@sa otThreadSetPskc