LTKCPP-- LLRP Toolkit C Plus Plus Library
|
Class Definition CC1G2RFControl for LLRP parameter C1G2RFControl. More...
#include <out_ltkcpp.h>
Inherits CParameter.
Public Member Functions | |
llrp_u16_t | getModeIndex (void) |
Get accessor functions for the LLRP ModeIndex field. | |
void | setModeIndex (llrp_u16_t value) |
Set accessor functions for the LLRP ModeIndex field. | |
llrp_u16_t | getTari (void) |
Get accessor functions for the LLRP Tari field. | |
void | setTari (llrp_u16_t value) |
Set accessor functions for the LLRP Tari field. | |
Protected Attributes | |
llrp_u16_t | m_ModeIndex |
llrp_u16_t | m_Tari |
Class Definition CC1G2RFControl for LLRP parameter C1G2RFControl.
Document Reference LLRP Specification Section 15.2.1.2.1.2
Document Reference LLRP Specification Section 16.3.1.2.1.2
<p>This Parameter carries the settings relevant to RF forward and reverse link control in the C1G2 air protocol. This is basically the C1G2 RF Mode and the Tari value to use for the inventory operation.</p> <p>Tari: Value of Tari to use for this mode specified in nsec. This is specified if the mode selected has a Tari range. If the selected mode has a range, and the Tari is set to zero, the Reader implementation picks up any Tari value within the range. If the selected mode has a range, and the specified Tari is out of that range and is not set to zero, an error message is generated.</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 20769 of file out_ltkcpp.h.