pub unsafe extern "C" fn otThreadGetNetworkKey(
    aInstance: *mut otInstance,
    aNetworkKey: *mut otNetworkKey
)
Expand description

Get the Thread Network Key.

@param[in] aInstance A pointer to an OpenThread instance. @param[out] aNetworkKey A pointer to an otNetworkKey to return the Thread Network Key.

@sa otThreadSetNetworkKey