Class SopasAnswer

Class Documentation

class SopasAnswer

Class that encapsulates a buffer that was sent as return to a sync call. (variable / method)

Public Functions

SopasAnswer(const BYTE *answer, UINT32 answerLength)

Constructor. Copies the content of the answer into the buffer of this object.

~SopasAnswer()

Destructor. Frees the memory for the copied buffer.

inline BYTE *getBuffer()
inline UINT32 size()
inline bool isValid()