TCPSSLHandleIncoming Function

Microchip TCP/IP Stack

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

This function processes incoming TCP data as an SSL record and performs any necessary repositioning and decrypting.

Preconditions

TCP is initialized, and hTCP is connected with an active SSL session.

Parameters
Parameters 
Description 
hTCP 
TCP connection to handle incoming data on 
Returns

None

Remarks

This function should never be called by an application. It is used only by the SSL module itself.

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