openHiTLS API openHiTLS 0.1.0-Alpha1

◆ HITLS_CFG_IsDtls()

int32_t HITLS_CFG_IsDtls ( const HITLS_Config config,
uint8_t *  isDtls 
)

Determine whether to use DTLS.

参数
config[IN] TLS link configuration.
isDtls[OUT] Indicates whether to use DTLS.
返回值
HITLS_SUCCESS,obtainedsuccessfully. HITLS_NULL_INPUT, the input parameter pointer is null.