| 
    Kannel: Open Source WAP and SMS gateway
    svn-r5336
    
   | 
 
#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 | 
Definition at line 445 of file wtls_pdu.h.
| Alert wtls_pdu::alert | 
Definition at line 455 of file wtls_pdu.h.
| Application wtls_pdu::application | 
Definition at line 457 of file wtls_pdu.h.
| ChangeCipher wtls_pdu::cc | 
Definition at line 454 of file wtls_pdu.h.
| int wtls_pdu::cipher | 
Definition at line 448 of file wtls_pdu.h.
| Handshake wtls_pdu::handshake | 
Definition at line 456 of file wtls_pdu.h.
| int wtls_pdu::reserved | 
Definition at line 447 of file wtls_pdu.h.
| int wtls_pdu::rlen | 
Definition at line 451 of file wtls_pdu.h.
| int wtls_pdu::seqNum | 
Definition at line 450 of file wtls_pdu.h.
| int wtls_pdu::snMode | 
Definition at line 449 of file wtls_pdu.h.
| int wtls_pdu::type | 
Definition at line 446 of file wtls_pdu.h.
| union { ... } wtls_pdu::u |