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 484 of file SopasBase.hpp.
Constructor. Copies the content of the answer into the buffer of this object.
Definition at line 2347 of file SopasBase.cpp.
devices::SopasAnswer::~SopasAnswer | ( | ) |
Destructor. Frees the memory for the copied buffer.
Definition at line 2360 of file SopasBase.cpp.
|
inline |
Definition at line 493 of file SopasBase.hpp.
|
inline |
Definition at line 497 of file SopasBase.hpp.
|
inline |
Definition at line 495 of file SopasBase.hpp.
|
private |
Definition at line 501 of file SopasBase.hpp.
|
private |
Definition at line 500 of file SopasBase.hpp.