LTKCPP-- LLRP Toolkit C Plus Plus Library
|
Class Definition CImpinjC1G2DirectionConfig for LLRP parameter ImpinjC1G2DirectionConfig. More...
#include <out_impinj_ltkcpp.h>
Inherits CParameter.
Public Member Functions | |
EImpinjDirectionRFMode | getRFMode (void) |
Get accessor functions for the LLRP RFMode field. | |
void | setRFMode (EImpinjDirectionRFMode value) |
Set accessor functions for the LLRP RFMode field. | |
CImpinjTransmitPower * | getImpinjTransmitPower (void) |
Get accessor functions for the LLRP ImpinjTransmitPower sub-parameter. | |
EResultCode | setImpinjTransmitPower (CImpinjTransmitPower *pValue) |
Set accessor functions for the LLRP ImpinjTransmitPower sub-parameter. | |
std::list< CC1G2Filter * > ::iterator | beginC1G2Filter (void) |
Returns the first element of the C1G2Filter sub-parameter list. | |
std::list< CC1G2Filter * > ::iterator | endC1G2Filter (void) |
Returns the last element of the C1G2Filter sub-parameter list. | |
void | clearC1G2Filter (void) |
Clears the LLRP C1G2Filter sub-parameter list. | |
int | countC1G2Filter (void) |
Count of the LLRP C1G2Filter sub-parameter list. | |
EResultCode | addC1G2Filter (CC1G2Filter *pValue) |
Add a C1G2Filter to the LLRP sub-parameter list. | |
std::list< CParameter * >::iterator | beginCustom (void) |
Returns the first element of the Custom sub-parameter list. | |
std::list< CParameter * >::iterator | endCustom (void) |
Returns the last element of the Custom sub-parameter list. | |
void | clearCustom (void) |
Clears the LLRP Custom sub-parameter list. | |
int | countCustom (void) |
Count of the LLRP Custom sub-parameter list. | |
EResultCode | addCustom (CParameter *pValue) |
Add a Custom to the LLRP sub-parameter list. | |
Protected Attributes | |
EImpinjDirectionRFMode | m_eRFMode |
CImpinjTransmitPower * | m_pImpinjTransmitPower |
std::list< CC1G2Filter * > | m_listC1G2Filter |
std::list< CParameter * > | m_listCustom |
Class Definition CImpinjC1G2DirectionConfig for LLRP parameter ImpinjC1G2DirectionConfig.
<p>This parameter specifies the C1G2 settings of the location algorithm</p> <p>The ImpinjTransmitPower parameter specifies the Transmit Power to use for the operation</p> <p>The RFMode parameter specifies the RF mode used for the operation.</p> <p>The C1G2Filter parameter specifies any Gen2 based tag filtering</p> <SMALL><i>Copyright 2015 Impinj Inc.</i></SMALL>
Definition at line 12618 of file out_impinj_ltkcpp.h.