openHiTLS API openHiTLS 0.1.0-Alpha1

◆ HITLS_IsHandShakeDone()

int32_t HITLS_IsHandShakeDone ( const HITLS_Ctx ctx,
uint8_t *  isDone 
)

Obtain the information about whether the handshake is complete.

参数
ctx[OUT] TLS connection handle
isDone[IN] Indicates whether the handshake is complete.
返回值
HITLS_SUCCESS,ifsuccessful.
Forother error codes, see hitls_error.h.