Delegate DeviceStatusChangedEventHandler<C, P>
When the status of the devices' connection changes
Assembly: Brainboxes.IO.dll
View Source
Declaration
public delegate void DeviceStatusChangedEventHandler<C, P>(IDevice<C, P> device, string property, bool newValue) where C : IConnection where P : IProtocol