S2OPC OPCUA Toolkit
|
Structure defining the value of a node. More...
#include <libs2opc_client.h>
Data Fields | |
SOPC_LibSub_DataType | type |
SOPC_StatusCode | quality |
void * | value |
int32_t | length |
SOPC_LibSub_Timestamp | source_timestamp |
SOPC_LibSub_Timestamp | server_timestamp |
void * | raw_value |
Structure defining the value of a node.
SOPC_LibSub_Value::type |
The value type. Specifies the type of '*value' amongst:
SOPC_LibSub_Value::quality |
The value quality.
void* SOPC_LibSub_Value::value |
SOPC_LibSub_Value::length |
The length of the value, in case it is a bytestring. 0 otherwise.
SOPC_LibSub_Timestamp SOPC_LibSub_Value::source_timestamp |
SOPC_LibSub_Timestamp SOPC_LibSub_Value::server_timestamp |
SOPC_LibSub_Value::raw_value |
A pointer to a copy of the SOPC_Variant.