#include <Stun.h>

Public Attributes | |
| UINT16 | stunMessageType |
| UINT16 | messageLength |
| UINT32 | magicCookie |
| BYTE | transactionId [(UINT16) 12] |
Stun packet header definition
IMPORTANT: This structure has exactly the same layout as the on-the-wire header for STUN packet according to the following RFCs:
https://tools.ietf.org/html/rfc5389#section-15 https://tools.ietf.org/html/rfc3489#section-11.2
| UINT32 StunHeader::magicCookie |
| UINT16 StunHeader::messageLength |
| UINT16 StunHeader::stunMessageType |