Does OpenDNP3 support 64-bit types (uint64, int64)?
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
Iterating through ISOEHandler::Process in OpenDNP3
This is a very basic OpenDNP3 feature… the example code for iterating the passed ICollection into one of the ISOEHandler::Process functions is as follows: