OpcUa_BaseNode_Internal - UserData

Questions regarding the use of the ANSI C SDK for Server or Client development or integration into customer products ...

Moderator: uasdkc

Post Reply
cacamille3
Hero Member
Hero Member
Posts: 73
Joined: 15 Feb 2012, 21:43

OpcUa_BaseNode_Internal - UserData

Post by cacamille3 »

What is the User Data in an internal base nodes structure
To whom it should point to ?

http://doc.unifiedautomation.com/uasdkc ... eNode.html

User avatar
Support Team
Hero Member
Hero Member
Posts: 3071
Joined: 18 Mar 2011, 15:09

Re:OpcUa_BaseNode_Internal - UserData

Post by Support Team »

Hello,

the UserData in the OpcUa_BaseNode can be used by the provider to store arbitrary data. For example, this might be information about the underlying protocol that provides the value of the node.

The SDK will never touch this member of the OpcUa_BaseNode, the provider alone is responsible for setting and clearing this member.

The same applies to the UserData member of MonitoredItems.

Best regards
Unified Automation Support Team
Best regards
Unified Automation Support Team

cacamille3
Hero Member
Hero Member
Posts: 73
Joined: 15 Feb 2012, 21:43

Re:OpcUa_BaseNode_Internal - UserData

Post by cacamille3 »

Ok.

Thank you for this quick and precise answer !

Post Reply