NET_PRES_SocketEncryptSocket Function

C

bool NET_PRES_SocketEncryptSocket(NET_PRES_SKT_HANDLE_T handle); 

Returns

  • true - If the call was successful

  • false - If the call was unsuccessful

Preconditions

A socket needs to have been opened by NET_PRES_SocketOpen.

Parameters

ParametersDescription
handleThe presentation layer socket handle.