LTKCPP-- LLRP Toolkit C Plus Plus Library
|
Class Definition CImpinjAuthenticateOpSpecResult for LLRP parameter ImpinjAuthenticateOpSpecResult. More...
#include <out_impinj_ltkcpp.h>
Inherits CParameter, CParameter, CParameter, and CParameter.
Public Member Functions | |
EImpinjAuthenticateResultType | getResult (void) |
Get accessor functions for the LLRP Result field. | |
void | setResult (EImpinjAuthenticateResultType value) |
Set accessor functions for the LLRP Result field. | |
llrp_u16_t | getOpSpecID (void) |
Get accessor functions for the LLRP OpSpecID field. | |
void | setOpSpecID (llrp_u16_t value) |
Set accessor functions for the LLRP OpSpecID field. | |
llrp_u1v_t | getResponse (void) |
Get accessor functions for the LLRP Response field. | |
void | setResponse (llrp_u1v_t value) |
Set accessor functions for the LLRP Response 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. | |
EImpinjAuthenticateResultType | getResult (void) |
Get accessor functions for the LLRP Result field. | |
void | setResult (EImpinjAuthenticateResultType value) |
Set accessor functions for the LLRP Result field. | |
llrp_u16_t | getOpSpecID (void) |
Get accessor functions for the LLRP OpSpecID field. | |
void | setOpSpecID (llrp_u16_t value) |
Set accessor functions for the LLRP OpSpecID field. | |
llrp_u1v_t | getResponse (void) |
Get accessor functions for the LLRP Response field. | |
void | setResponse (llrp_u1v_t value) |
Set accessor functions for the LLRP Response 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. | |
EImpinjAuthenticateResultType | getResult (void) |
Get accessor functions for the LLRP Result field. | |
void | setResult (EImpinjAuthenticateResultType value) |
Set accessor functions for the LLRP Result field. | |
llrp_u16_t | getOpSpecID (void) |
Get accessor functions for the LLRP OpSpecID field. | |
void | setOpSpecID (llrp_u16_t value) |
Set accessor functions for the LLRP OpSpecID field. | |
llrp_u1v_t | getResponse (void) |
Get accessor functions for the LLRP Response field. | |
void | setResponse (llrp_u1v_t value) |
Set accessor functions for the LLRP Response 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. | |
EImpinjAuthenticateResultType | getResult (void) |
Get accessor functions for the LLRP Result field. | |
void | setResult (EImpinjAuthenticateResultType value) |
Set accessor functions for the LLRP Result field. | |
llrp_u16_t | getOpSpecID (void) |
Get accessor functions for the LLRP OpSpecID field. | |
void | setOpSpecID (llrp_u16_t value) |
Set accessor functions for the LLRP OpSpecID field. | |
llrp_u1v_t | getResponse (void) |
Get accessor functions for the LLRP Response field. | |
void | setResponse (llrp_u1v_t value) |
Set accessor functions for the LLRP Response 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 | |
EImpinjAuthenticateResultType | m_eResult |
llrp_u16_t | m_OpSpecID |
llrp_u1v_t | m_Response |
std::list< CParameter * > | m_listCustom |
Class Definition CImpinjAuthenticateOpSpecResult for LLRP parameter ImpinjAuthenticateOpSpecResult.
<p>This custom parameter is the result of an ImpinjAuthenticate OpSpec.</p> <p>Response: When Result is Success, this is the tag's response to the challenge issued to its authentication engine. The response is either 64 bits, or 128 bits if a short TID is included with it.</p> <SMALL><i>Copyright 2020 Impinj Inc.</i></SMALL>
Definition at line 16503 of file armv7l/src/generated/out_impinj_ltkcpp.h.