LTKCPP-- LLRP Toolkit C Plus Plus Library
|
Class Definition CImpinjBlockWriteWordCount for LLRP parameter ImpinjBlockWriteWordCount. More...
#include <out_impinj_ltkcpp.h>
Inherits CParameter.
Public Member Functions | |
llrp_u16_t | getWordCount (void) |
Get accessor functions for the LLRP WordCount field. | |
void | setWordCount (llrp_u16_t value) |
Set accessor functions for the LLRP WordCount field. | |
std::list< CParameter * >::iterator | beginCustom (void) |
Returns the first element of the Custom sub-parameter list. | |
std::list< CParameter * >::iterator | endCustom (void) |
Returns the last element of the Custom sub-parameter list. | |
void | clearCustom (void) |
Clears the LLRP Custom sub-parameter list. | |
int | countCustom (void) |
Count of the LLRP Custom sub-parameter list. | |
EResultCode | addCustom (CParameter *pValue) |
Add a Custom to the LLRP sub-parameter list. | |
Protected Attributes | |
llrp_u16_t | m_WordCount |
std::list< CParameter * > | m_listCustom |
Class Definition CImpinjBlockWriteWordCount for LLRP parameter ImpinjBlockWriteWordCount.
<p>This custom parameter configures the number of words sent at a time to a tag when processing a C1G2BlockWrite OpSpec. The LLRP C1G2BlockWrite parameter has a word vector containing the data to be written to a tag. Internally the Reader breaks this vector up into individual C1G2 BlockWrite commands. This parameter determines the number of words sent via each BlockWrite command. Note that it is the user's responsibility to ensure that the tag population supports the BlockWrite word count configured via this parameter. BlockWrite commands to tags that do not support the configured word count will fail. The Reader automatically aligns C1G2BlockWrite commands to appropriate boundaries and accounts for odd data lengths. The default word count is one.</p> <SMALL><i>Copyright 2009 Impinj Inc.</i></SMALL>
Definition at line 3752 of file out_impinj_ltkcpp.h.