|
Babel
Epitech's C++ VoIP project
|
#include <Message.hpp>
Public Member Functions | |
| void | handleEndianness () |
| Transform to network endianness the MessageHeader. More... | |
Public Attributes | |
| T | codeId |
| The code id of the message to known what it's taking about. More... | |
| uint32_t | bodySize = 0 |
| The size of the message body in bytes. More... | |
| void Babel::MessageHeader< T >::handleEndianness |
Transform to network endianness the MessageHeader.
| uint32_t Babel::MessageHeader< T >::bodySize = 0 |
The size of the message body in bytes.
| T Babel::MessageHeader< T >::codeId |
The code id of the message to known what it's taking about.
1.8.17