Extension Objects

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

Moderator: uasdkc

Post Reply
andres
Full Member
Full Member
Posts: 6
Joined: 10 Dec 2015, 23:18

Extension Objects

Post by andres »

Does the Client SDK provide support for reading values of user defined variable structure datatypes? If so can you please provide info on doing so. Thank you.

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

Re: Extension Objects

Post by Support Team »

Hello andres,

at the moment, the AnsiC Client SDK does not support reading user defined structured data values.

Best regards
Unified Automation Support Team

andres
Full Member
Full Member
Posts: 6
Joined: 10 Dec 2015, 23:18

Re: Extension Objects

Post by andres »

Is this on the roadmap? If so do you have a timeframe?

Thank you,

Andres

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

Re: Extension Objects

Post by Support Team »

Hello,

to be clear on our previous answer: the AnsiC SDK does not support automatic parsing of TypeDictionaries or (de)serializing of user defined structured data values. If you read such a value, you will get an ExtensionObject containing a binary blob instead of a deserialized structure. Deserializing the structure has to be done by the application.

Best regards
Unified Automation Support Team

Post Reply