Page 1 of 1

extension object conversion

Posted: 11 Jul 2013, 12:17
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

Re: extension object conversion

Posted: 19 Jul 2013, 14:33
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