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

Class Definition CLLRPCapabilities for LLRP parameter LLRPCapabilities. More...

#include <out_ltkcpp.h>

Inherits CParameter.

Public Member Functions

llrp_u1_t getCanDoRFSurvey (void)
 Get accessor functions for the LLRP CanDoRFSurvey field.
 
void setCanDoRFSurvey (llrp_u1_t value)
 Set accessor functions for the LLRP CanDoRFSurvey field.
 
llrp_u1_t getCanReportBufferFillWarning (void)
 Get accessor functions for the LLRP CanReportBufferFillWarning field.
 
void setCanReportBufferFillWarning (llrp_u1_t value)
 Set accessor functions for the LLRP CanReportBufferFillWarning field.
 
llrp_u1_t getSupportsClientRequestOpSpec (void)
 Get accessor functions for the LLRP SupportsClientRequestOpSpec field.
 
void setSupportsClientRequestOpSpec (llrp_u1_t value)
 Set accessor functions for the LLRP SupportsClientRequestOpSpec field.
 
llrp_u1_t getCanDoTagInventoryStateAwareSingulation (void)
 Get accessor functions for the LLRP CanDoTagInventoryStateAwareSingulation field.
 
void setCanDoTagInventoryStateAwareSingulation (llrp_u1_t value)
 Set accessor functions for the LLRP CanDoTagInventoryStateAwareSingulation field.
 
llrp_u1_t getSupportsEventAndReportHolding (void)
 Get accessor functions for the LLRP SupportsEventAndReportHolding field.
 
void setSupportsEventAndReportHolding (llrp_u1_t value)
 Set accessor functions for the LLRP SupportsEventAndReportHolding field.
 
llrp_u8_t getMaxNumPriorityLevelsSupported (void)
 Get accessor functions for the LLRP MaxNumPriorityLevelsSupported field.
 
void setMaxNumPriorityLevelsSupported (llrp_u8_t value)
 Set accessor functions for the LLRP MaxNumPriorityLevelsSupported field.
 
llrp_u16_t getClientRequestOpSpecTimeout (void)
 Get accessor functions for the LLRP ClientRequestOpSpecTimeout field.
 
void setClientRequestOpSpecTimeout (llrp_u16_t value)
 Set accessor functions for the LLRP ClientRequestOpSpecTimeout field.
 
llrp_u32_t getMaxNumROSpecs (void)
 Get accessor functions for the LLRP MaxNumROSpecs field.
 
void setMaxNumROSpecs (llrp_u32_t value)
 Set accessor functions for the LLRP MaxNumROSpecs field.
 
llrp_u32_t getMaxNumSpecsPerROSpec (void)
 Get accessor functions for the LLRP MaxNumSpecsPerROSpec field.
 
void setMaxNumSpecsPerROSpec (llrp_u32_t value)
 Set accessor functions for the LLRP MaxNumSpecsPerROSpec field.
 
llrp_u32_t getMaxNumInventoryParameterSpecsPerAISpec (void)
 Get accessor functions for the LLRP MaxNumInventoryParameterSpecsPerAISpec field.
 
void setMaxNumInventoryParameterSpecsPerAISpec (llrp_u32_t value)
 Set accessor functions for the LLRP MaxNumInventoryParameterSpecsPerAISpec field.
 
llrp_u32_t getMaxNumAccessSpecs (void)
 Get accessor functions for the LLRP MaxNumAccessSpecs field.
 
void setMaxNumAccessSpecs (llrp_u32_t value)
 Set accessor functions for the LLRP MaxNumAccessSpecs field.
 
llrp_u32_t getMaxNumOpSpecsPerAccessSpec (void)
 Get accessor functions for the LLRP MaxNumOpSpecsPerAccessSpec field.
 
void setMaxNumOpSpecsPerAccessSpec (llrp_u32_t value)
 Set accessor functions for the LLRP MaxNumOpSpecsPerAccessSpec field.
 

Protected Attributes

llrp_u1_t m_CanDoRFSurvey
 
llrp_u1_t m_CanReportBufferFillWarning
 
llrp_u1_t m_SupportsClientRequestOpSpec
 
llrp_u1_t m_CanDoTagInventoryStateAwareSingulation
 
llrp_u1_t m_SupportsEventAndReportHolding
 
llrp_u8_t m_MaxNumPriorityLevelsSupported
 
llrp_u16_t m_ClientRequestOpSpecTimeout
 
llrp_u32_t m_MaxNumROSpecs
 
llrp_u32_t m_MaxNumSpecsPerROSpec
 
llrp_u32_t m_MaxNumInventoryParameterSpecsPerAISpec
 
llrp_u32_t m_MaxNumAccessSpecs
 
llrp_u32_t m_MaxNumOpSpecsPerAccessSpec
 

Internal Framework Functions

static const CFieldDescriptor
*const 
s_apFieldDescriptorTable []
 
static const CTypeDescriptor s_typeDescriptor
 
static const CFieldDescriptor s_fdCanDoRFSurvey
 
static const CFieldDescriptor s_fdCanReportBufferFillWarning
 
static const CFieldDescriptor s_fdSupportsClientRequestOpSpec
 
static const CFieldDescriptor s_fdCanDoTagInventoryStateAwareSingulation
 
static const CFieldDescriptor s_fdSupportsEventAndReportHolding
 
static const CFieldDescriptor s_fdMaxNumPriorityLevelsSupported
 
static const CFieldDescriptor s_fdClientRequestOpSpecTimeout
 
static const CFieldDescriptor s_fdMaxNumROSpecs
 
static const CFieldDescriptor s_fdMaxNumSpecsPerROSpec
 
static const CFieldDescriptor s_fdMaxNumInventoryParameterSpecsPerAISpec
 
static const CFieldDescriptor s_fdMaxNumAccessSpecs
 
static const CFieldDescriptor s_fdMaxNumOpSpecsPerAccessSpec
 
void decodeFields (CDecoderStream *pDecoderStream)
 
void assimilateSubParameters (CErrorDetails *pError)
 
void encode (CEncoderStream *pEncoderStream) const
 
static CElement * s_construct (void)
 
static void s_decodeFields (CDecoderStream *pDecoderStream, CElement *pElement)
 

Detailed Description

Class Definition CLLRPCapabilities for LLRP parameter LLRPCapabilities.

Document Reference LLRP Specification Section 9.2.2

Document Reference LLRP Specification Section 16.2.3.2

<p>This parameter describes the LLRP protocol capabilities of the Reader. These include optional LLRP commands and parameters, capacities of data structures used in LLRP operations, and air protocol specific capabilities used by LLRP.</p> 


<p>Readers 

MAY support RFSurvey, MAY support tag inventory state aware singulation, MAY support UTC clocks, MAY support buffer fill warning reports, MAY support EventAndReportHolding upon reconnect, and MAY support ClientRequestOpspec. Readers SHALL support at least one ROSpec, one AISpec per ROSpec, one InventoryParameterSpec per AISpec, one AccessSpec, and one OpSpec per AccessSpec.

<SMALL><i>Copyright 2006, 2007, EPCglobal Inc. The proprietary text of EPCglobal Inc. included here is in not a Contribution to the LLRP toolkit, under Apache License, Version 2.0. The right to use the proprietary text is limited to reproduction and display thereof within the work.</i></SMALL> 

Definition at line 8056 of file out_ltkcpp.h.


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