openHiTLS API openHiTLS 0.1.0-Alpha1

◆ HITLS_CFG_SetFlightTransmitSwitch()

int32_t HITLS_CFG_SetFlightTransmitSwitch ( HITLS_Config config,
uint8_t  isEnable 
)

Set whether to send handshake messages by route.

参数
config[IN/OUT] TLS link configuration
isEnable[IN] Indicates whether to enable the function of sending handshake information by range. 0 indicates that the function is disabled. Other values indicate that the function is enabled.
返回值
HITLS_NULL_INPUT,theinput parameter pointer is null.
HITLS_SUCCESS,ifsuccessful.