B2BITS FIX Antenna C++ 2.32.0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Engine::PreparedMessage::Field Struct Reference

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.
 

Detailed Description

Prepared message field.

Member Function Documentation

◆ init()

void Engine::PreparedMessage::Field::init ( char * value,
std::size_t size )
throw ( )
inline

Initalizes field with pointer to value in the buffer and its size.

Parameters
[in]valuePointer to the value in the buffer
[in]sizeSize of the value

Member Data Documentation

◆ size_

std::size_t Engine::PreparedMessage::Field::size_

◆ value_

char* Engine::PreparedMessage::Field::value_

Pointer to the field value in the buffer.