So, I’m working on my first project with OpenDNP3, and creating a converter between this protocol and a different one. So far so good, except I’m trying to handle an incoming I64 value from the other protocol, and I don’t actually see a way to handle it in OpenDNP3. For example the ICommandHandler
https://dnp3.github.io/docs/cpp/3.1.0/d7/d3e/classopendnp3_1_1_i_command_handler.html
Supports I16, I32, Float, and Double, but appears to be it. In fact I did a search through their source code and doc and can’t find definitive evidence of 64-bit data processing/
Is this true? Is there any support for I64 and U64 types in OpenDNP3?
Thanks for any insight.