pub unsafe extern "C" fn otThreadSetLinkMode(
aInstance: *mut otInstance,
aConfig: otLinkModeConfig,
) -> otError
Expand description
Set the MLE Link Mode configuration.
@param[in] aInstance A pointer to an OpenThread instance. @param[in] aConfig A pointer to the Link Mode configuration.
@retval OT_ERROR_NONE Successfully set the MLE Link Mode configuration.
@sa otThreadGetLinkMode