TCPIsSSL Function

Microchip TCP/IP Stack

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

Call this function to determine whether or not a TCP connection is secured with SSL.

Preconditions

TCP is initialized and hTCP is connected.

Parameters
Parameters 
Description 
hTCP 
TCP connection to check 
Return Values
Return Values 
Description 
TRUE 
Connection is secured via SSL 
FALSE 
Connection is not secured 
Microchip TCP/IP Stack 5.42.08 - June 15, 2013
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.