|
LTKCPP-- LLRP Toolkit C Plus Plus Library
|
Class Definition CImpinjReportBufferConfiguration for LLRP parameter ImpinjReportBufferConfiguration. More...
#include <out_impinj_ltkcpp.h>
Inherits CParameter.
Public Member Functions | |
| EImpinjReportBufferMode | getReportBufferMode (void) |
| Get accessor functions for the LLRP ReportBufferMode field. | |
| void | setReportBufferMode (EImpinjReportBufferMode value) |
| Set accessor functions for the LLRP ReportBufferMode 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 | |
| EImpinjReportBufferMode | m_eReportBufferMode |
| std::list< CParameter * > | m_listCustom |
Class Definition CImpinjReportBufferConfiguration for LLRP parameter ImpinjReportBufferConfiguration.
<p>This custom parameter configures how the Reader buffers asynchronous reports sent to the Client. In Normal mode, the Reader buffers RO_ACCESS_REPORT messages internally for an optimal time period before transmission over the network. Response messages, KEEPALIVE messages, and READER_EVENT_NOTIFICATION messages are not affected, and are sent immediately. In Low_Latency mode, the Reader sends RO_ACCESS_REPORT messages as soon as they are available. In general, the default mode is well suited to most applications. Applications requiring immediate access to inventory reports may require Low_Latency mode, but users should first evaluate network and system load.</p> <SMALL><i>Copyright 2009 Impinj Inc.</i></SMALL>
Definition at line 3526 of file out_impinj_ltkcpp.h.
1.8.6