Hello,
I'm working with an OPC UA server, which uses enumeration data types. The enumerations definitions are dynamic so we cannot hard code them into our software, but retrieve the enum integer values and string values at runtime using EasyUAClient.ReadDataType and the IEasyUAClientComplexData.ResolveDataType. This works fine using variable nodes.
However the server also has methods which contain input arguments with enumerations as data type. Is it possible to retrieve the data type definition with integer and string values of the method argument's data type similar to other enum nodes?
Best regards.
I'm working with an OPC UA server, which uses enumeration data types. The enumerations definitions are dynamic so we cannot hard code them into our software, but retrieve the enum integer values and string values at runtime using EasyUAClient.ReadDataType and the IEasyUAClientComplexData.ResolveDataType. This works fine using variable nodes.
However the server also has methods which contain input arguments with enumerations as data type. Is it possible to retrieve the data type definition with integer and string values of the method argument's data type similar to other enum nodes?
Best regards.