You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a Structure contains a member that is of an abstract DataType, the member is encoded as ExtensionObject.
If a Structure contains a member that is of the BaseDataType, the member is encoded as Variant.
Both above cases are not supported currently. Will need to add cases for UA_DATATYPEKIND_EXTENSIONOBJECT and UA_DATATYPEKIND_VARIANT inside the setScalar function.
The text was updated successfully, but these errors were encountered:
Both above cases are not supported currently. Will need to add cases for UA_DATATYPEKIND_EXTENSIONOBJECT and UA_DATATYPEKIND_VARIANT inside the setScalar function.
The text was updated successfully, but these errors were encountered: