LTKCPP-- LLRP Toolkit C Plus Plus Library
|
Class Definition CHoppingEvent for LLRP parameter HoppingEvent. More...
#include <out_ltkcpp.h>
Inherits CParameter.
Public Member Functions | |
llrp_u16_t | getHopTableID (void) |
Get accessor functions for the LLRP HopTableID field. | |
void | setHopTableID (llrp_u16_t value) |
Set accessor functions for the LLRP HopTableID field. | |
llrp_u16_t | getNextChannelIndex (void) |
Get accessor functions for the LLRP NextChannelIndex field. | |
void | setNextChannelIndex (llrp_u16_t value) |
Set accessor functions for the LLRP NextChannelIndex field. | |
Protected Attributes | |
llrp_u16_t | m_HopTableID |
llrp_u16_t | m_NextChannelIndex |
Class Definition CHoppingEvent for LLRP parameter HoppingEvent.
Document Reference LLRP Specification Section 13.2.6.2
Document Reference LLRP Specification Section 16.2.7.6.1
<p>A Reader reports this event every time it hops frequency.</p> <p>NextChannelIndex: This is the one-based ChannelIindex of the next channel to which the Reader is going to hop change to. The channel Ids are listed in the Frequency Hop Table.</p> <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 17334 of file out_ltkcpp.h.