open62541 1.3.12
Open source implementation of OPC UA
Loading...
Searching...
No Matches
DecodeEntry Struct Reference

#include <ua_types_encoding_json.h>

Data Fields

const char * fieldName
 
void * fieldPointer
 
decodeJsonSignature function
 
UA_Boolean found
 
const UA_DataTypetype
 

Detailed Description

Map for decoding a Json Object.

An array of this is passed to the decodeFields function. If the key "fieldName" is found in the json object (mark as found and) decode the value with the "function" and write result into "fieldPointer" (destination).

Definition at line 155 of file ua_types_encoding_json.h.

Field Documentation

◆ fieldName

const char* DecodeEntry::fieldName

Definition at line 156 of file ua_types_encoding_json.h.

◆ fieldPointer

void* DecodeEntry::fieldPointer

Definition at line 157 of file ua_types_encoding_json.h.

◆ function

decodeJsonSignature DecodeEntry::function

Definition at line 158 of file ua_types_encoding_json.h.

◆ found

UA_Boolean DecodeEntry::found

Definition at line 159 of file ua_types_encoding_json.h.

◆ type

const UA_DataType* DecodeEntry::type

Definition at line 160 of file ua_types_encoding_json.h.


The documentation for this struct was generated from the following file: