LTKCPP-- LLRP Toolkit C Plus Plus Library
|
Class Definition CPerAntennaAirProtocol for LLRP parameter PerAntennaAirProtocol. More...
#include <out_ltkcpp.h>
Public Member Functions | |
llrp_u16_t | getAntennaID (void) |
Get accessor functions for the LLRP AntennaID field. | |
void | setAntennaID (llrp_u16_t value) |
Set accessor functions for the LLRP AntennaID field. | |
llrp_u8v_t | getProtocolID (void) |
Get accessor functions for the LLRP ProtocolID field. | |
void | setProtocolID (llrp_u8v_t value) |
Set accessor functions for the LLRP ProtocolID field. | |
llrp_u16_t | getAntennaID (void) |
Get accessor functions for the LLRP AntennaID field. | |
void | setAntennaID (llrp_u16_t value) |
Set accessor functions for the LLRP AntennaID field. | |
llrp_u8v_t | getProtocolID (void) |
Get accessor functions for the LLRP ProtocolID field. | |
void | setProtocolID (llrp_u8v_t value) |
Set accessor functions for the LLRP ProtocolID field. | |
Protected Attributes | |
llrp_u16_t | m_AntennaID |
llrp_u8v_t | m_ProtocolID |
Internal Framework Functions | |
static const CFieldDescriptor *const | s_apFieldDescriptorTable [] |
static const CTypeDescriptor | s_typeDescriptor |
static const CFieldDescriptor | s_fdAntennaID |
static const CFieldDescriptor | s_fdProtocolID |
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 CPerAntennaAirProtocol for LLRP parameter PerAntennaAirProtocol.
Document Reference LLRP Specification Section 9.2.1.3
Document Reference LLRP Specification Section 16.2.3.1.3
Describes the air-protocols supporter on a per-antenna basis.
Definition at line 8023 of file Library/out_ltkcpp.h.