ESDeviceDeviceStatusChangedEvent Event |
Event When the status of the devices connection changes
for example goes from Disconnected to Connected
or from Available to Unavailable
Namespace: Brainboxes.IOAssembly: Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public event DeviceStatusChangedEventHandler<IConnection, ISerialProtocol> DeviceStatusChangedEvent
Public Event DeviceStatusChangedEvent As DeviceStatusChangedEventHandler(Of IConnection, ISerialProtocol)
member DeviceStatusChangedEvent : IEvent<DeviceStatusChangedEventHandler<IConnection, ISerialProtocol>,
EventArgs>
Value
DeviceStatusChangedEventHandlerIConnection,
ISerialProtocolSee Also