|
libtins
4.0
|
Type used to store a PDU header's data. More...
#include <pdu.h>
Public Member Functions | |
| metadata () | |
| Default constructor. | |
| metadata (uint32_t header_size, PDUType current_type, PDUType next_type) | |
| Constructs an instance of metadata using the given values. | |
Public Attributes | |
| uint32_t | header_size |
| PDUType | current_pdu_type |
| PDUType | next_pdu_type |
Type used to store a PDU header's data.
| uint32_t Tins::PDU::metadata::header_size |
The total header size for the current protocol
1.8.11