High Performance OPC UA Server SDK  1.2.0.193
objecttype

Access for nodeclass objecttype specific attributes. More...

Functions

bool ua_objecttype_get_is_abstract (ua_node_t node)
 Get the is abstract atrribute of a objecttype node. More...
 
int ua_objecttype_set_is_abstract (ua_node_t node, bool is_abstract)
 Set the is abstract attribute of a objecttype node. More...
 

Detailed Description

Access for nodeclass objecttype specific attributes.

Function Documentation

bool ua_objecttype_get_is_abstract ( ua_node_t  node)

Get the is abstract atrribute of a objecttype node.

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

Set the is abstract attribute of a objecttype node.

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