Public Member Functions | Private Attributes | List of all members
SopasAnswer Class Reference

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

#include <sick_scan_common_nw.h>

Public Member Functions

BYTEgetBuffer ()
 
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

BYTEm_answerBuffer
 
UINT32 m_answerLength
 

Detailed Description

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

Definition at line 181 of file sick_scan_common_nw.h.

Constructor & Destructor Documentation

SopasAnswer::SopasAnswer ( const BYTE answer,
UINT32  answerLength 
)

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

SopasAnswer::~SopasAnswer ( )

Destructor. Frees the memory for the copied buffer.

Member Function Documentation

BYTE* SopasAnswer::getBuffer ( )
inline

Definition at line 190 of file sick_scan_common_nw.h.

bool SopasAnswer::isValid ( )
inline

Definition at line 194 of file sick_scan_common_nw.h.

UINT32 SopasAnswer::size ( )
inline

Definition at line 192 of file sick_scan_common_nw.h.

Member Data Documentation

BYTE* SopasAnswer::m_answerBuffer
private

Definition at line 198 of file sick_scan_common_nw.h.

UINT32 SopasAnswer::m_answerLength
private

Definition at line 197 of file sick_scan_common_nw.h.


The documentation for this class was generated from the following file:


sick_scan
Author(s): Michael Lehning , Jochen Sprickerhof , Martin Günther
autogenerated on Tue Jul 9 2019 04:55:32