LTKCPP-- LLRP Toolkit C Plus Plus Library
Public Member Functions | Public Attributes | List of all members
LLRP::llrp_bytesToEnd_t Class Reference

Class for LLRP basic type bytesToEnd (vector of unsigned bytes) More...

#include <ltkcpp_base.h>

Public Member Functions

 llrp_bytesToEnd_t (void)
 Default Constructer. Sets members fields to zero.
 
 llrp_bytesToEnd_t (unsigned int nValue)
 Constructor. Allocates spaec for nValue arrays and sets to zero.
 
 llrp_bytesToEnd_t (const llrp_bytesToEnd_t &rOther)
 Copy Constructor.
 
 ~llrp_bytesToEnd_t (void)
 Destructor. Deletes m_pValue in cases where it is allocated.
 
llrp_bytesToEnd_toperator= (const llrp_bytesToEnd_t &rValue)
 Assignement operator. Used to copy an existing instance.
 

Public Attributes

llrp_u16_t m_nValue
 The number of arrray elements.
 
llrp_byte_t * m_pValue
 Pointer to the first array element.
 

Detailed Description

Class for LLRP basic type bytesToEnd (vector of unsigned bytes)

Definition at line 523 of file ltkcpp_base.h.


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