Hi

I'm developing a driver for my own auxiliary device. The device is connected via I2C to the raspberry. I sometimes run into i2c communication issues that I can detect via my driver. As a consequence I'd like to set the Connection to disconnected and have the status go to ISP_ALERT. Unfortunately I can't figure out how to do this. ConnectionS is a private member and hence I can't directly change it in my own driver that is a subclass of the DefaultDevice. Any help would be highly appreciated.

Thank you
Hansli

Read More...