DeviceConn, ProtoDeviceStatusChangedEvent Event |
Event When the status of the devices connection changes
for example goes from Disconnected to Connected
or from Available to Unavailable
Namespace:
Brainboxes.IO
Assembly:
Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.5.0.8
Syntaxpublic event DeviceStatusChangedEventHandler<Conn, Proto> DeviceStatusChangedEvent
Public Event DeviceStatusChangedEvent As DeviceStatusChangedEventHandler(Of Conn, Proto)
abstract DeviceStatusChangedEvent : IEvent<DeviceStatusChangedEventHandler<'Conn, 'Proto>,
EventArgs>
override DeviceStatusChangedEvent : IEvent<DeviceStatusChangedEventHandler<'Conn, 'Proto>,
EventArgs>
Value
Type:
Brainboxes.IODeviceStatusChangedEventHandlerConn,
ProtoImplements
IDeviceC, PDeviceStatusChangedEvent
See Also