NET_PRES_SocketIsNegotiatingEncryption Function

C

bool NET_PRES_SocketIsNegotiatingEncryption(NET_PRES_SKT_HANDLE_T handle); 

Returns

  • true - If the encryption negotiation is still ongoing

  • false - If there is no ongoing negotiation

Description

This function returns checks to see if an encrypted socket is still undergoing negotiation.

Preconditions

A socket needs to have been opened by NET_PRES_SocketOpen.

Parameters

ParametersDescription
handleThe presentation layer socket handle.