Conversion of UaVariant to Windows VARIANT

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

Moderator: uasdkcpp

Post Reply
RavilN
Sr. Member
Sr. Member
Posts: 14
Joined: 19 Jun 2013, 19:46

Conversion of UaVariant to Windows VARIANT

Post by RavilN »

Hello,

Does UA SDK have some helper class or function to convert UaVariant type to Windows VARIANT type and back? I know that UA SDK is cross platform, not Windows only, but anyway, thought maybe you have some utility for conversion, as Windows version is widely used,
Thank you, Ravil

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

Re: Conversion of UaVariant to Windows VARIANT

Post by Support Team »

Hello,

If you look up the header file of UaVariant you will find all the Windows VARIANT related functions. They have all a Windows dependent compiler switch and they are only available on Windows.

Best regards
Support Team

Post Reply