Class that encapsulates a buffer that was sent as return to a sync call. (variable / method)  
 More...
#include <sick_scan_common_nw.h>
Class that encapsulates a buffer that was sent as return to a sync call. (variable / method) 
Definition at line 191 of file sick_scan_common_nw.h.
◆ SopasAnswer()
      
        
          | SopasAnswer::SopasAnswer | ( | const BYTE * | answer, | 
        
          |  |  | UINT32 | answerLength | 
        
          |  | ) |  |  | 
      
 
Constructor. Copies the content of the answer into the buffer of this object. 
 
 
◆ ~SopasAnswer()
      
        
          | SopasAnswer::~SopasAnswer | ( |  | ) |  | 
      
 
Destructor. Frees the memory for the copied buffer. 
 
 
◆ getBuffer()
  
  | 
        
          | BYTE* SopasAnswer::getBuffer | ( |  | ) |  |  | inline | 
 
 
◆ isValid()
  
  | 
        
          | bool SopasAnswer::isValid | ( |  | ) |  |  | inline | 
 
 
◆ size()
◆ m_answerBuffer
  
  | 
        
          | BYTE* SopasAnswer::m_answerBuffer |  | private | 
 
 
◆ m_answerLength
  
  | 
        
          | UINT32 SopasAnswer::m_answerLength |  | private | 
 
 
The documentation for this class was generated from the following file: