LTKCPP-- LLRP Toolkit C Plus Plus Library
|
Class Definition CAccessSpecStopTrigger for LLRP parameter AccessSpecStopTrigger. More...
#include <out_ltkcpp.h>
Public Member Functions | |
EAccessSpecStopTriggerType | getAccessSpecStopTrigger (void) |
Get accessor functions for the LLRP AccessSpecStopTrigger field. | |
void | setAccessSpecStopTrigger (EAccessSpecStopTriggerType value) |
Set accessor functions for the LLRP AccessSpecStopTrigger field. | |
llrp_u16_t | getOperationCountValue (void) |
Get accessor functions for the LLRP OperationCountValue field. | |
void | setOperationCountValue (llrp_u16_t value) |
Set accessor functions for the LLRP OperationCountValue field. | |
EAccessSpecStopTriggerType | getAccessSpecStopTrigger (void) |
Get accessor functions for the LLRP AccessSpecStopTrigger field. | |
void | setAccessSpecStopTrigger (EAccessSpecStopTriggerType value) |
Set accessor functions for the LLRP AccessSpecStopTrigger field. | |
llrp_u16_t | getOperationCountValue (void) |
Get accessor functions for the LLRP OperationCountValue field. | |
void | setOperationCountValue (llrp_u16_t value) |
Set accessor functions for the LLRP OperationCountValue field. | |
Protected Attributes | |
EAccessSpecStopTriggerType | m_eAccessSpecStopTrigger |
llrp_u16_t | m_OperationCountValue |
Internal Framework Functions | |
static const CFieldDescriptor *const | s_apFieldDescriptorTable [] |
static const CTypeDescriptor | s_typeDescriptor |
static const CFieldDescriptor | s_fdAccessSpecStopTrigger |
static const CFieldDescriptor | s_fdOperationCountValue |
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 CAccessSpecStopTrigger for LLRP parameter AccessSpecStopTrigger.
Document Reference LLRP Specification Section 11.2.1.1
Document Reference LLRP Specification Section 16.2.5.1.1
Defines the condition upon which an AccessSpec will be automatically deleted
OperationCountValue: A count to indicate the number of times this Spec is executed before it is deleted. If set to zero, this is equivalent to no stop trigger defined.
Definition at line 11938 of file Library/out_ltkcpp.h.