LTKCPP-- LLRP Toolkit C Plus Plus Library
|
Class Definition CAISpecEvent for LLRP parameter AISpecEvent. More...
#include <out_ltkcpp.h>
Inherits CParameter.
Public Member Functions | |
EAISpecEventType | getEventType (void) |
Get accessor functions for the LLRP EventType field. | |
void | setEventType (EAISpecEventType value) |
Set accessor functions for the LLRP EventType field. | |
llrp_u32_t | getROSpecID (void) |
Get accessor functions for the LLRP ROSpecID field. | |
void | setROSpecID (llrp_u32_t value) |
Set accessor functions for the LLRP ROSpecID field. | |
llrp_u16_t | getSpecIndex (void) |
Get accessor functions for the LLRP SpecIndex field. | |
void | setSpecIndex (llrp_u16_t value) |
Set accessor functions for the LLRP SpecIndex field. | |
CParameter * | getAirProtocolSingulationDetails (void) |
Get accessor functions for the LLRP AirProtocolSingulationDetails sub-parameter. | |
EResultCode | setAirProtocolSingulationDetails (CParameter *pValue) |
Set accessor functions for the LLRP AirProtocolSingulationDetails sub-parameter. | |
Protected Attributes | |
EAISpecEventType | m_eEventType |
llrp_u32_t | m_ROSpecID |
llrp_u16_t | m_SpecIndex |
CParameter * | m_pAirProtocolSingulationDetails |
Class Definition CAISpecEvent for LLRP parameter AISpecEvent.
Document Reference LLRP Specification Section 13.2.6.9
Document Reference LLRP Specification Section 16.2.7.6.8
<p>This parameter carries the AISpec event details. The EventType is the end of the AISpec. When reporting the end event, the AirProtocolSingulationDetails
MAY be reported if it is supported by the Reader and EventType of 7 has been enabled (Section 13.2.5.1).
<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 18420 of file out_ltkcpp.h.