0% found this document useful (0 votes)
8 views1 page

Keywords

The document describes the data types, methods, functions, constants and literals used for SSL client connections including connecting, writing, reading, peeking, flushing, stopping and checking the connection status and client properties.

Uploaded by

Mohammad Mohd
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views1 page

Keywords

The document describes the data types, methods, functions, constants and literals used for SSL client connections including connecting, writing, reading, peeking, flushing, stopping and checking the connection status and client properties.

Uploaded by

Mohammad Mohd
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

# DataTypes

SSLClient KEYWORD1

# Methods and Functions


connect KEYWORD2
write KEYWORD2
available KEYWORD2
read KEYWORD2
peek KEYWORD2
flush KEYWORD2
stop KEYWORD2
connected KEYWORD2
remoteIP KEYWORD2
remotePort KEYWORD2
localPort KEYWORD2
setTimeout KEYWORD2
getClient KEYWORD2

# Constants and Literals


SSL_OK LITERAL1
SSL_CLIENT_CONNECT_FAIL LITERAL1
SSL_BR_CONNECT_FAIL LITERAL1
SSL_CLIENT_WRTIE_ERROR LITERAL1
SSL_BR_WRITE_ERROR LITERAL1
SSL_INTERNAL_ERROR LITERAL1
SSL_OUT_OF_MEMORY LITERAL1

SSL_NONE LITERAL1
SSL_ERROR LITERAL1
SSL_WARN LITERAL1
SSL_INFO LITERAL1

You might also like