LTKCPP-- LLRP Toolkit C Plus Plus Library
|
Class Definition CLLRPStatus for LLRP parameter LLRPStatus. More...
#include <out_ltkcpp.h>
Inherits CParameter.
Public Member Functions | |
EStatusCode | getStatusCode (void) |
Get accessor functions for the LLRP StatusCode field. | |
void | setStatusCode (EStatusCode value) |
Set accessor functions for the LLRP StatusCode field. | |
llrp_utf8v_t | getErrorDescription (void) |
Get accessor functions for the LLRP ErrorDescription field. | |
void | setErrorDescription (llrp_utf8v_t value) |
Set accessor functions for the LLRP ErrorDescription field. | |
CFieldError * | getFieldError (void) |
Get accessor functions for the LLRP FieldError sub-parameter. | |
EResultCode | setFieldError (CFieldError *pValue) |
Set accessor functions for the LLRP FieldError sub-parameter. | |
CParameterError * | getParameterError (void) |
Get accessor functions for the LLRP ParameterError sub-parameter. | |
EResultCode | setParameterError (CParameterError *pValue) |
Set accessor functions for the LLRP ParameterError sub-parameter. | |
Protected Attributes | |
EStatusCode | m_eStatusCode |
llrp_utf8v_t | m_ErrorDescription |
CFieldError * | m_pFieldError |
CParameterError * | m_pParameterError |
Class Definition CLLRPStatus for LLRP parameter LLRPStatus.
Document Reference LLRP Specification Section 14.2.2
Document Reference LLRP Specification Section 16.2.8.1
Definition at line 18888 of file out_ltkcpp.h.