Broken Variant Output Argument

Questions regarding the use of the UaExpert.

Moderator: uaexpert

Post Reply
abr
Jr. Member
Jr. Member
Posts: 1
Joined: 05 Oct 2022, 16:22

Broken Variant Output Argument

Post by abr »

We are using UAExpert to call methods on our Server. Here I want to clarify and report on usage of Variant type for one of the OutputArguments.

For our server method, the data type of one of the OutputArguments is Variant, which UAExpert recognises as BaseDataType. As it is Variant, the method can return value of any Base type such as Number, String, Boolean, etc.
But it seems currently UAExpert doesn't handle Variants appropriately and the value is not shown for all the Base types specifically Strings.

Does the UAExpert support Variant for OutputArguments? Do we need to set any reference from/to BaseDataType to achieve this?

Post Reply