![]() |
Qt 4.8
|
#include <qtransportauthdefs_qws.h>
Public Functions | |
| AuthMessage () | |
Public Variables | |
| union { | |
| char authData [sizeof(AuthHeader)] | |
| AuthHeader hdr | |
| }; | |
| unsigned char | pad_magic [QSXE_MAGIC_BYTES] |
| char | payLoad [AMOUNT_TO_AUTHENTICATE] |
Definition at line 89 of file qtransportauthdefs_qws.h.
|
inline |
Definition at line 91 of file qtransportauthdefs_qws.h.
| union { ... } |
| char AuthMessage::authData[sizeof(AuthHeader)] |
Definition at line 99 of file qtransportauthdefs_qws.h.
| AuthHeader AuthMessage::hdr |
Definition at line 98 of file qtransportauthdefs_qws.h.
| unsigned char AuthMessage::pad_magic[QSXE_MAGIC_BYTES] |
Definition at line 96 of file qtransportauthdefs_qws.h.
| char AuthMessage::payLoad[AMOUNT_TO_AUTHENTICATE] |
Definition at line 101 of file qtransportauthdefs_qws.h.