High Performance OPC UA Server SDK  1.1.0.158

Access for nodeclass datatype specific attributes. More...

Functions

bool ua_datatype_get_is_abstract (ua_node_t node)
 Get the is abstract atrribute of a datatype node. More...
 
int ua_datatype_set_is_abstract (ua_node_t node, bool is_abstract)
 Set the is abstract attribute of a datatype node. More...
 

Detailed Description

Access for nodeclass datatype specific attributes.

Function Documentation

bool ua_datatype_get_is_abstract ( ua_node_t  node)

Get the is abstract atrribute of a datatype node.

Parameters
nodeHandle of node to get the attribute
Returns
Value of the is abstract attribute.
int ua_datatype_set_is_abstract ( ua_node_t  node,
bool  is_abstract 
)

Set the is abstract attribute of a datatype node.

Parameters
nodeHandle of node to set the attribute.
is_abstractValue of the is abstract attribute
Returns
Zero on success or errorcode on failure.