LTKCPP-- LLRP Toolkit C Plus Plus Library
|
Class Definition CTagObservationTrigger for LLRP parameter TagObservationTrigger. More...
#include <out_ltkcpp.h>
Inherits CParameter.
Public Member Functions | |
ETagObservationTriggerType | getTriggerType (void) |
Get accessor functions for the LLRP TriggerType field. | |
void | setTriggerType (ETagObservationTriggerType value) |
Set accessor functions for the LLRP TriggerType field. | |
llrp_u16_t | getNumberOfTags (void) |
Get accessor functions for the LLRP NumberOfTags field. | |
void | setNumberOfTags (llrp_u16_t value) |
Set accessor functions for the LLRP NumberOfTags field. | |
llrp_u16_t | getNumberOfAttempts (void) |
Get accessor functions for the LLRP NumberOfAttempts field. | |
void | setNumberOfAttempts (llrp_u16_t value) |
Set accessor functions for the LLRP NumberOfAttempts field. | |
llrp_u16_t | getT (void) |
Get accessor functions for the LLRP T field. | |
void | setT (llrp_u16_t value) |
Set accessor functions for the LLRP T field. | |
llrp_u32_t | getTimeout (void) |
Get accessor functions for the LLRP Timeout field. | |
void | setTimeout (llrp_u32_t value) |
Set accessor functions for the LLRP Timeout field. | |
Protected Attributes | |
ETagObservationTriggerType | m_eTriggerType |
llrp_u16_t | m_NumberOfTags |
llrp_u16_t | m_NumberOfAttempts |
llrp_u16_t | m_T |
llrp_u32_t | m_Timeout |
Class Definition CTagObservationTrigger for LLRP parameter TagObservationTrigger.
Document Reference LLRP Specification Section 10.2.2.1.1
Document Reference LLRP Specification Section 16.2.4.2.1.1
<p>Describes the boundary (stop) condition that is based on tag observations.</p>
Definition at line 10601 of file out_ltkcpp.h.