openHiTLS API openHiTLS 0.1.0-Alpha1

◆ HITLS_CFG_SetMsgCbArg()

int32_t HITLS_CFG_SetMsgCbArg ( HITLS_Config config,
void *  arg 
)

Set the related parameters arg required by the protocol message callback function.

参数
config[OUT] Config Context.
arg[IN] Related parameters arg.
返回值
HITLS_SUCCESS,ifsuccessful. For details about other error codes, see hitls_error.h.