|
open62541 1.4.15
Open source implementation of OPC UA
|
#include <NodesetLoader.h>
Data Fields | |
| struct NL_ParserCtx * | ctx |
| bool | isArray |
| bool | isExtensionObject |
| const char * | type |
| UA_NodeId | typeId |
| NL_Data * | data |
Definition at line 167 of file NodesetLoader.h.
| struct NL_ParserCtx* NL_Value::ctx |
Definition at line 169 of file NodesetLoader.h.
| NL_Data* NL_Value::data |
Definition at line 174 of file NodesetLoader.h.
| bool NL_Value::isArray |
Definition at line 170 of file NodesetLoader.h.
| bool NL_Value::isExtensionObject |
Definition at line 171 of file NodesetLoader.h.
| const char* NL_Value::type |
Definition at line 172 of file NodesetLoader.h.
| UA_NodeId NL_Value::typeId |
Definition at line 173 of file NodesetLoader.h.