LTKCPP-- LLRP Toolkit C Plus Plus Library
|
Class Definition CRFSurveyEvent for LLRP parameter RFSurveyEvent. More...
#include <out_ltkcpp.h>
Public Member Functions | |
ERFSurveyEventType | getEventType (void) |
Get accessor functions for the LLRP EventType field. | |
void | setEventType (ERFSurveyEventType value) |
Set accessor functions for the LLRP EventType field. | |
llrp_u32_t | getROSpecID (void) |
Get accessor functions for the LLRP ROSpecID field. | |
void | setROSpecID (llrp_u32_t value) |
Set accessor functions for the LLRP ROSpecID field. | |
llrp_u16_t | getSpecIndex (void) |
Get accessor functions for the LLRP SpecIndex field. | |
void | setSpecIndex (llrp_u16_t value) |
Set accessor functions for the LLRP SpecIndex field. | |
ERFSurveyEventType | getEventType (void) |
Get accessor functions for the LLRP EventType field. | |
void | setEventType (ERFSurveyEventType value) |
Set accessor functions for the LLRP EventType field. | |
llrp_u32_t | getROSpecID (void) |
Get accessor functions for the LLRP ROSpecID field. | |
void | setROSpecID (llrp_u32_t value) |
Set accessor functions for the LLRP ROSpecID field. | |
llrp_u16_t | getSpecIndex (void) |
Get accessor functions for the LLRP SpecIndex field. | |
void | setSpecIndex (llrp_u16_t value) |
Set accessor functions for the LLRP SpecIndex field. | |
Protected Attributes | |
ERFSurveyEventType | m_eEventType |
llrp_u32_t | m_ROSpecID |
llrp_u16_t | m_SpecIndex |
Internal Framework Functions | |
static const CFieldDescriptor *const | s_apFieldDescriptorTable [] |
static const CTypeDescriptor | s_typeDescriptor |
static const CFieldDescriptor | s_fdEventType |
static const CFieldDescriptor | s_fdROSpecID |
static const CFieldDescriptor | s_fdSpecIndex |
void | decodeFields (CDecoderStream *pDecoderStream) |
void | assimilateSubParameters (CErrorDetails *pError) |
void | encode (CEncoderStream *pEncoderStream) const |
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) |
static CElement * | s_construct (void) |
static void | s_decodeFields (CDecoderStream *pDecoderStream, CElement *pElement) |
Class Definition CRFSurveyEvent for LLRP parameter RFSurveyEvent.
Document Reference LLRP Specification Section 13.2.6.8
Document Reference LLRP Specification Section 16.2.7.6.7
ROSpecID: The identifier of the ROSpec that contains the RFSurveySpec.
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.
Definition at line 18577 of file Library/out_ltkcpp.h.