Hi,
I am using the Java version of the Elektron SDK (1.2.2) and am having trouble dealing with these enums.
I am mostly using the EMA library with the FieldEntry:enumDisplay() function to get a string version of the enum. I have also tried to run the outputted string through the RmtesDecoder, and convert to a UCS2 string using the UPA library.
Neither seem to convert the string to something meaningful ( eg I can't get 0x e2 87 a7 from #DE# ) and I seem to get the same string for an uptick or a downtick for fid ACT_TP_1 even though the enumtype.def shows different values.
Any idea how I can get the correct enum display value, even if it's the hexadecimal string that represents it ? I've seen a few questions related to the C++ library but none that show the Java alternative.
Thanks.