LTKCPP-- LLRP Toolkit C Plus Plus Library
|
Class Definition CUHFBandCapabilities for LLRP parameter UHFBandCapabilities. More...
#include <out_ltkcpp.h>
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. | |
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 |
Internal Framework Functions | |
static const CFieldDescriptor *const | s_apFieldDescriptorTable [] |
static const CTypeDescriptor | s_typeDescriptor |
void | decodeFields (CDecoderStream *pDecoderStream) |
void | assimilateSubParameters (CErrorDetails *pError) |
void | encode (CEncoderStream *pEncoderStream) const |
void | decodeFields (CDecoderStream *pDecoderStream) |
void | assimilateSubParameters (CErrorDetails *pError) |
void | encode (CEncoderStream *pEncoderStream) const |
static CElement * | s_construct (void) |
static void | s_decodeFields (CDecoderStream *pDecoderStream, CElement *pElement) |
static CElement * | s_construct (void) |
static void | s_decodeFields (CDecoderStream *pDecoderStream, CElement *pElement) |
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
Describes the frequency, power, and air-protocol capabilities for the regulatory region.
Definition at line 8876 of file Library/out_ltkcpp.h.