Public Member Functions | |
| NetworkMessage () noexcept | |
| NetworkMessage (const void *data, size_t size, SbeMessage::NoCheck) noexcept | |
| NetworkMessage (const void *data, size_t size) | |
| const void * | data () const noexcept |
| MessageSize | size () const noexcept |
| void | clear () noexcept |
| bool | valid () const noexcept |
| SbeMessage | message () const noexcept |
Definition at line 30 of file NetworkMessage.h.
|
inlinenoexcept |
Constructs an empty instance.
Definition at line 34 of file NetworkMessage.h.
|
inlinenoexcept |
Constructs NetworkMessage from a data block. Performs no checks.
Definition at line 40 of file NetworkMessage.h.
|
inline |
Constructs NetworkMessage from a data block.
Definition at line 60 of file NetworkMessage.h.
|
inlinenoexcept |
Blank the instance.
Definition at line 94 of file NetworkMessage.h.
|
inlinenoexcept |
Definition at line 82 of file NetworkMessage.h.
|
inlinenoexcept |
Retrieves the underlying SBE message.
Definition at line 109 of file NetworkMessage.h.
|
inlinenoexcept |
Definition at line 88 of file NetworkMessage.h.
|
inlinenoexcept |
Definition at line 102 of file NetworkMessage.h.