SSLTxMessage Function

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
SSLTxMessage Function
C
void SSLTxMessage(
    TCP_SOCKET hTCP, 
    BYTE sslStubID, 
    BYTE msg
);
Description

This function transmits a specific SSL message for handshakes and alert messages. Supported messages are listed in SSL_MESSAGES.

Preconditions

The specified SSL stub is initialized and the TCP socket is connected.

Parameters
Parameters 
Description 
hTCP 
The TCP socket with data waiting to be transmitted 
id 
The active SSL stub ID 
msg 
One of the SSL_MESSAGES types to send 
Returns

None

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