LTKCPP-- LLRP Toolkit C Plus Plus Library
|
Class Definition CUHFBandCapabilities for LLRP parameter UHFBandCapabilities. More...
#include <out_ltkcpp.h>
Inherits CParameter.
Public Member Functions | |
std::list < CTransmitPowerLevelTableEntry * > ::iterator | beginTransmitPowerLevelTableEntry (void) |
Returns the first element of the TransmitPowerLevelTableEntry sub-parameter list. | |
std::list < CTransmitPowerLevelTableEntry * > ::iterator | endTransmitPowerLevelTableEntry (void) |
Returns the last element of the TransmitPowerLevelTableEntry sub-parameter list. | |
void | clearTransmitPowerLevelTableEntry (void) |
Clears the LLRP TransmitPowerLevelTableEntry sub-parameter list. | |
int | countTransmitPowerLevelTableEntry (void) |
Count of the LLRP TransmitPowerLevelTableEntry sub-parameter list. | |
EResultCode | addTransmitPowerLevelTableEntry (CTransmitPowerLevelTableEntry *pValue) |
Add a TransmitPowerLevelTableEntry to the LLRP sub-parameter list. | |
CFrequencyInformation * | getFrequencyInformation (void) |
Get accessor functions for the LLRP FrequencyInformation sub-parameter. | |
EResultCode | setFrequencyInformation (CFrequencyInformation *pValue) |
Set accessor functions for the LLRP FrequencyInformation sub-parameter. | |
std::list< CParameter * >::iterator | beginAirProtocolUHFRFModeTable (void) |
Returns the first element of the AirProtocolUHFRFModeTable sub-parameter list. | |
std::list< CParameter * >::iterator | endAirProtocolUHFRFModeTable (void) |
Returns the last element of the AirProtocolUHFRFModeTable sub-parameter list. | |
void | clearAirProtocolUHFRFModeTable (void) |
Clears the LLRP AirProtocolUHFRFModeTable sub-parameter list. | |
int | countAirProtocolUHFRFModeTable (void) |
Count of the LLRP AirProtocolUHFRFModeTable sub-parameter list. | |
EResultCode | addAirProtocolUHFRFModeTable (CParameter *pValue) |
Add a AirProtocolUHFRFModeTable to the LLRP sub-parameter list. | |
Protected Attributes | |
std::list < CTransmitPowerLevelTableEntry * > | m_listTransmitPowerLevelTableEntry |
CFrequencyInformation * | m_pFrequencyInformation |
std::list< CParameter * > | m_listAirProtocolUHFRFModeTable |
Class Definition CUHFBandCapabilities for LLRP parameter UHFBandCapabilities.
Document Reference LLRP Specification Section 9.2.4.1
Document Reference LLRP Specification Section 16.2.3.4.1
<p>Describes the frequency, power, and air-protocol capabilities for the regulatory region.</p>
Definition at line 8627 of file out_ltkcpp.h.