nimbuscontrols / EIPScanner

Free implementation of EtherNet/IP in C++
https://eipscanner.readthedocs.io/en/latest/
MIT License
224 stars 90 forks source link

Identity - Reset #69

Open chruetli opened 2 years ago

chruetli commented 2 years ago

Hi

I'm using the "reset" (0x05) service of the "identity" (0x01) class to bring my device into a defined state.

In my current implementation has to handle an exception because - I think - the "SessionInfo" destructor sends a "sign off" package to the now defunc session.

Is there a better way to use the reset service?

Thanks Mario