LTKCPP-- LLRP Toolkit C Plus Plus Library
|
Class Definition CAccessSpecStopTrigger for LLRP parameter AccessSpecStopTrigger. More...
#include <out_ltkcpp.h>
Inherits CParameter.
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. | |
Protected Attributes | |
EAccessSpecStopTriggerType | m_eAccessSpecStopTrigger |
llrp_u16_t | m_OperationCountValue |
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
<p>Defines the condition upon which an AccessSpec will be automatically deleted</p> <p>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.</p>
Definition at line 11671 of file out_ltkcpp.h.