#include <OnixS/CME/MDH/Packet.h>
Definition at line 177 of file Packet.h.
◆ Header
◆ Packet() [1/4]
Initializes blank instance.
Definition at line 183 of file Packet.h.
◆ Packet() [2/4]
Initializes binary packet over the given buffer.
- Exceptions
-
| std::exception | if given buffer doesn't satisfy base requirements on well-formed CME packet. |
Definition at line 193 of file Packet.h.
◆ Packet() [3/4]
Initializes binary packet over the given buffer. Verification of the incoming content is omitted.
Definition at line 208 of file Packet.h.
◆ Packet() [4/4]
Initializes as a copy of the other instance.
Definition at line 215 of file Packet.h.
◆ ~Packet()
◆ data()
| const void * data |
( |
| ) |
const |
|
inlinenoexcept |
◆ header()
| const Header * header |
( |
| ) |
const |
|
inlinenoexcept |
◆ messages()
Returns collection of messages stored by instance.
Definition at line 277 of file Packet.h.
◆ operator bool()
Indicates whether the given instance points to a valid packet.
Definition at line 227 of file Packet.h.
◆ operator=()
Re-initializes the instance as the copy of the other one.
Definition at line 316 of file Packet.h.
◆ reset() [1/3]
Resets the instance to the null state.
Definition at line 285 of file Packet.h.
◆ reset() [2/3]
Re-initializes the instance to refer to the other content.
Definition at line 293 of file Packet.h.
◆ reset() [3/3]
Re-initializes the instance to refer to the other content.
Definition at line 307 of file Packet.h.
◆ sendingTime()
◆ seqNumber()
◆ size()