Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
GrayLib::cSSLMsgX::uContent Union Reference

< m_nMsgType packet content/payload type specific data. More...

#include <cSSLMsg.h>

Classes

struct  cSSLMsgApplication
 

Public Attributes

cSSLMsgChangeCipherSpec m_ChangeCipherSpec
 m_nMsgType = SSL_MSG_CHANGE_CIPHER_SPEC = 0x14. More...
 
cSSLMsgAlert m_Alert
 m_nMsgType = SSL_MSG_ALERT = 0x15 = Some error occurred. More...
 
cSSLMsgHandshake m_Handshake
 m_nMsgType = SSL_MSG_HANDSHAKE = 0x16 can repeat inside the message up to m_wLength. More...
 
struct GrayLib::cSSLMsgX::uContent::cSSLMsgApplication m_Application
 
BYTE m_Iv [8]
 

Detailed Description

< m_nMsgType packet content/payload type specific data.

Member Data Documentation

◆ m_Alert

cSSLMsgAlert GrayLib::cSSLMsgX::uContent::m_Alert

m_nMsgType = SSL_MSG_ALERT = 0x15 = Some error occurred.

◆ m_Application

struct GrayLib::cSSLMsgX::uContent::cSSLMsgApplication GrayLib::cSSLMsgX::uContent::m_Application

◆ m_ChangeCipherSpec

cSSLMsgChangeCipherSpec GrayLib::cSSLMsgX::uContent::m_ChangeCipherSpec

m_nMsgType = SSL_MSG_CHANGE_CIPHER_SPEC = 0x14.

◆ m_Handshake

cSSLMsgHandshake GrayLib::cSSLMsgX::uContent::m_Handshake

m_nMsgType = SSL_MSG_HANDSHAKE = 0x16 can repeat inside the message up to m_wLength.

◆ m_Iv

BYTE GrayLib::cSSLMsgX::uContent::m_Iv[8]

The documentation for this union was generated from the following file: