LTKCPP-- LLRP Toolkit C Plus Plus Library
|
Class Definition CC1G2LockPayload for LLRP parameter C1G2LockPayload. More...
#include <out_ltkcpp.h>
Public Member Functions | |
EC1G2LockPrivilege | getPrivilege (void) |
Get accessor functions for the LLRP Privilege field. | |
void | setPrivilege (EC1G2LockPrivilege value) |
Set accessor functions for the LLRP Privilege field. | |
EC1G2LockDataField | getDataField (void) |
Get accessor functions for the LLRP DataField field. | |
void | setDataField (EC1G2LockDataField value) |
Set accessor functions for the LLRP DataField field. | |
EC1G2LockPrivilege | getPrivilege (void) |
Get accessor functions for the LLRP Privilege field. | |
void | setPrivilege (EC1G2LockPrivilege value) |
Set accessor functions for the LLRP Privilege field. | |
EC1G2LockDataField | getDataField (void) |
Get accessor functions for the LLRP DataField field. | |
void | setDataField (EC1G2LockDataField value) |
Set accessor functions for the LLRP DataField field. | |
Protected Attributes | |
EC1G2LockPrivilege | m_ePrivilege |
EC1G2LockDataField | m_eDataField |
Internal Framework Functions | |
static const CFieldDescriptor *const | s_apFieldDescriptorTable [] |
static const CTypeDescriptor | s_typeDescriptor |
static const CFieldDescriptor | s_fdPrivilege |
static const CFieldDescriptor | s_fdDataField |
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 CC1G2LockPayload for LLRP parameter C1G2LockPayload.
Document Reference LLRP Specification Section 15.2.1.3.2.4.1
Document Reference LLRP Specification Section 16.3.1.3.2.4.1
This parameter contains the definition of the access privilege updates (read/write/permalock) to be performed for a single location of the tag memory. The five data fields for which we can define access control using the lock command are: Kill Password, Access Password, EPC memory, TID memory and User memory.
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.
Definition at line 22610 of file Library/out_ltkcpp.h.