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 |
Octstr * | data |
Definition at line 461 of file wtls_pdu.h.
int wtls_payload::cipher |
Definition at line 464 of file wtls_pdu.h.
Octstr* wtls_payload::data |
Definition at line 469 of file wtls_pdu.h.
int wtls_payload::reserved |
Definition at line 463 of file wtls_pdu.h.
int wtls_payload::rlen |
Definition at line 467 of file wtls_pdu.h.
int wtls_payload::seqNum |
Definition at line 466 of file wtls_pdu.h.
int wtls_payload::snMode |
Definition at line 465 of file wtls_pdu.h.
int wtls_payload::type |
Definition at line 462 of file wtls_pdu.h.