SSLRxHandshake Function

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
SSLRxHandshake Function
C
void SSLRxHandshake(
    TCP_SOCKET hTCP
);
Description

This function receives handshake messages, reads the handshake header, and passes the data off to the appropriate handshake parser.

Preconditions

The specified SSL stub is initialized and the TCP socket is connected. Also requires that rxBytesRem has been populated and the current SSL stub has been synced into memory.

Parameters
Parameters 
Description 
hTCP 
The TCP socket to read a handshake message from 
Returns

None

Microchip TCP/IP Stack 5.42.08 - June 15, 2013
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.