We have converted our project from AS 4.12 to AS 6.5,
In our program we use to get to this node using UA_TranslatePath fub.
In AS 4.12 it is working , while in AS 6.x its not, i investigated it further using UAExpert and i found that in AS 6.x the EnumStrings attributies are not available. See the attcahed picture.
Can you help me with information and what can be done now to get the EnumString values.
Thanks Pavel,
I implemented a solution - I used UA_NodeGetInfo_0 to read the data type info and then using this datatype info i browse the enum with UA_TranslateSourcePath - and then used bulkRead to get the values and it worked.