Class Definition CImpinjDirectionUserTagPopulationLimit for LLRP parameter ImpinjDirectionUserTagPopulationLimit.
More...
#include <impinj_ltkcpp.h>
|
llrp_u16_t | m_UserTagPopulationLimit |
|
Class Definition CImpinjDirectionUserTagPopulationLimit for LLRP parameter ImpinjDirectionUserTagPopulationLimit.
<p>The UserTagPopulationLimit specifies the number of tags in the field of view before the TagPopulationStatus is updated to indicate this limit has been exceeded. Default is 0 (disabled).</p>
<SMALL><i>Copyright 2015 Impinj Inc.</i></SMALL>
Definition at line 11850 of file impinj_ltkcpp.h.
void LLRP::CImpinjDirectionUserTagPopulationLimit::assimilateSubParameters |
( |
CErrorDetails * |
pError | ) |
|
|
virtual |
Assimilates the decoded sub-parameters into m_listAllSubParameters.
After fields are decoded, the CDecoder itself takes care of gathering the subparameters into m_listAllSubParameters. Once the end of the enclosing TLV (or message) is reached this assimilateSubParameters() function is called to create parameter refrences from the primary member variables.
- Parameters
-
[out] | pError | Error details for encoded stream |
Implements LLRP::CElement.
void LLRP::CImpinjDirectionUserTagPopulationLimit::decodeFields |
( |
CDecoderStream * |
pDecoderStream | ) |
|
|
virtual |
Virtual function provided by each specific element type to decode fields (simple values). Leaves pDecoderStream at first subparameter.
- Parameters
-
[in] | pDecoderStream | The stream from which to decode fields |
- Returns
- void
Implements LLRP::CElement.
void LLRP::CImpinjDirectionUserTagPopulationLimit::encode |
( |
CEncoderStream * |
pEncoderStream | ) |
const |
|
virtual |
Encode fields and subparameters.
- Parameters
-
[in] | pEncoderStream | Stream to encode |
- Returns
- void
Implements LLRP::CElement.
llrp_bool_t LLRP::CImpinjDirectionUserTagPopulationLimit::isAllowedIn |
( |
const CTypeDescriptor * |
pEnclosingTypeDescriptor | ) |
const |
|
virtual |
Validate whether the element is allowed as a base type in the enclosing element.
- Parameters
-
[in] | pEnclosingTypeDescriptor | A pointer to the enclosing type |
- Returns
- TRUE if the element is allowed to be encoded within the EnclosingElement
-
FALSE if the element is not allowed to be encoded within the EnclosingElement
Reimplemented from LLRP::CParameter.
The documentation for this class was generated from the following file: