extension object conversion

Unified Architecture topics related to OPC UA Specification, compliant behavior and any technical issues of OPC UA, like Security, Information Model, Companion Specs DI, PLCopen, ADI, ...

Moderator: Support Team

Post Reply
sandeepraj
Full Member
Full Member
Posts: 6
Joined: 03 Jul 2013, 08:09

extension object conversion

Post by sandeepraj »

Hi,

Can anyone help me with the conversion of OpcUa_ExtensionObject to OpcUa_HistoryData in C++ ? To be more generic, how to Convert an extension object to an encodeable object in C++ ?

In c#, there is "public static IEncodeable ToEncodeable(ExtensionObject extension) " to do this. Anything of this sort in C++ ?

-Sandeep

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

Re: extension object conversion

Post by Support Team »

Hi,

I am not sure why you want to extract OpcUa_HistoryData out of an extension object.

These kinds of details are completely hidden by the C++ Client and Server SDK APIs. You do not need to care about.

Best Regards,
Unified Automation Support Team

Post Reply