Kannel: Open Source WAP and SMS gateway  svn-r5335
wtls_pdu Struct Reference

#include <wtls_pdu.h>

Data Fields

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

Detailed Description

Definition at line 445 of file wtls_pdu.h.

Field Documentation

◆ alert

Alert wtls_pdu::alert

Definition at line 455 of file wtls_pdu.h.

◆ application

Application wtls_pdu::application

Definition at line 457 of file wtls_pdu.h.

◆ cc

ChangeCipher wtls_pdu::cc

Definition at line 454 of file wtls_pdu.h.

◆ cipher

int wtls_pdu::cipher

Definition at line 448 of file wtls_pdu.h.

◆ handshake

Handshake wtls_pdu::handshake

Definition at line 456 of file wtls_pdu.h.

◆ reserved

int wtls_pdu::reserved

Definition at line 447 of file wtls_pdu.h.

◆ rlen

int wtls_pdu::rlen

Definition at line 451 of file wtls_pdu.h.

◆ seqNum

int wtls_pdu::seqNum

Definition at line 450 of file wtls_pdu.h.

◆ snMode

int wtls_pdu::snMode

Definition at line 449 of file wtls_pdu.h.

◆ type

int wtls_pdu::type

Definition at line 446 of file wtls_pdu.h.

◆ u

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.