TCPRequestSSLMessage Function

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
TCPRequestSSLMessage Function
C
BOOL TCPRequestSSLMessage(
    TCP_SOCKET hTCP, 
    BYTE msg
);
Description

This function is called to request that a specific SSL message be transmitted. This message should only be called by the SSL module.

Preconditions

TCP is initialized.

Parameters
Parameters 
Description 
hTCP 
TCP connection to use 
msg 
One of the SSL_MESSAGE types to transmit. 
Return Values
Return Values 
Description 
TRUE 
The message was requested. 
FALSE 
Another message is already pending transmission. 
Microchip TCP/IP Stack 5.42.08 - June 15, 2013
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.