Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

wtls_pdu Struct Reference

#include <wtls_pdu.h>

Collaboration diagram for wtls_pdu:

Collaboration graph
[legend]

Data Fields

int type
int reserved
int cipher
int seqnum
int rlen
union {
   ChangeCipher   cc
   Alert   alert
   Handshake   handshake
   Application   application
u

Field Documentation

Alert wtls_pdu::alert
 

Definition at line 427 of file wtls_pdu.h.

Application wtls_pdu::application
 

Definition at line 429 of file wtls_pdu.h.

ChangeCipher wtls_pdu::cc
 

Definition at line 426 of file wtls_pdu.h.

int wtls_pdu::cipher
 

Definition at line 421 of file wtls_pdu.h.

Handshake wtls_pdu::handshake
 

Definition at line 428 of file wtls_pdu.h.

int wtls_pdu::reserved
 

Definition at line 420 of file wtls_pdu.h.

int wtls_pdu::rlen
 

Definition at line 423 of file wtls_pdu.h.

int wtls_pdu::seqnum
 

Definition at line 422 of file wtls_pdu.h.

int wtls_pdu::type
 

Definition at line 419 of file wtls_pdu.h.

union { ... } wtls_pdu::u
 


The documentation for this struct was generated from the following file: See file LICENSE for details about the license agreement for using, modifying, copying or deriving work from this software.