openHiTLS API openHiTLS 0.1.0-Alpha1

◆ HITLS_GetAllAsyncFds()

int32_t HITLS_GetAllAsyncFds ( HITLS_Ctx ctx,
int *  fd,
int *  fdNums 
)

Obtains all asynchronous fd.

参数
ctx[IN] TLS connection handle.
fd[OUT] fd array.
fdNums[OUT] fd number.
返回值
HITLS_SUCCESS,ifsuccessful.
Fordetails about other error codes, see hitls_error.h.