B2BITS FIX Antenna C++ 2.33.0
|
Prepared message field. More...
#include <B2BITS_PreparedMessage.h>
Public Member Functions | |
void | init (char *value, std::size_t size) throw () |
Initalizes field with pointer to value in the buffer and its size. | |
Public Attributes | |
std::size_t | size_ |
Value size in the buffer. | |
char * | value_ |
Pointer to the field value in the buffer. | |
Prepared message field.
|
inline |
Initalizes field with pointer to value in the buffer and its size.
[in] | value | Pointer to the value in the buffer |
[in] | size | Size of the value |
std::size_t Engine::PreparedMessage::Field::size_ |
Value size in the buffer.
Referenced by Engine::PreparedMessage::isLastMsgSeqNumProcessedReserved(), Engine::PreparedMessage::isSendingTimeReserved(), and Engine::PreparedMessage::sizeSendingTimeReserved().
char* Engine::PreparedMessage::Field::value_ |
Pointer to the field value in the buffer.