TCPSSLIsHandshaking Function

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
TCPSSLIsHandshaking Function
C
BOOL TCPSSLIsHandshaking(
    TCP_SOCKET hTCP
);
Description

Call this function after calling TCPStartSSLClient until FALSE is returned. Then your application may continue with its normal data transfer (which is now secured).

Preconditions

TCP is initialized and hTCP is connected.

Parameters
Parameters 
Description 
hTCP 
TCP connection to check 
Return Values
Return Values 
Description 
TRUE 
SSL handshake is still progressing 
FALSE 
SSL handshake has completed 
Microchip TCP/IP Stack 5.42.08 - June 15, 2013
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.