Class that encapsulates a buffer that was sent as return to a sync call. (variable / method) More...
#include <SopasBase.hpp>
Public Member Functions | |
BYTE * | getBuffer () |
bool | isValid () |
UINT32 | size () |
SopasAnswer (const BYTE *answer, UINT32 answerLength) | |
Constructor. Copies the content of the answer into the buffer of this object. More... | |
~SopasAnswer () | |
Destructor. Frees the memory for the copied buffer. More... | |
Private Attributes | |
BYTE * | m_answerBuffer |
UINT32 | m_answerLength |
Class that encapsulates a buffer that was sent as return to a sync call. (variable / method)
Definition at line 488 of file SopasBase.hpp.
Constructor. Copies the content of the answer into the buffer of this object.
Definition at line 2392 of file SopasBase.cpp.
SopasAnswer::~SopasAnswer | ( | ) |
Destructor. Frees the memory for the copied buffer.
Definition at line 2405 of file SopasBase.cpp.
|
inline |
Definition at line 497 of file SopasBase.hpp.
|
inline |
Definition at line 501 of file SopasBase.hpp.
|
inline |
Definition at line 499 of file SopasBase.hpp.
|
private |
Definition at line 505 of file SopasBase.hpp.
|
private |
Definition at line 504 of file SopasBase.hpp.