EDDeviceIOLineFallingEdge Event |
Register an event with this handler to be notified when the state of
an input or output line goes from 1 -> 0 / high to low / open to closed
Namespace:
Brainboxes.IO
Assembly:
Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.5.0.8
Syntaxpublic event IOLineChangedEventHandler IOLineFallingEdge
Public Event IOLineFallingEdge As IOLineChangedEventHandler
abstract IOLineFallingEdge : IEvent<IOLineChangedEventHandler,
EventArgs>
override IOLineFallingEdge : IEvent<IOLineChangedEventHandler,
EventArgs>
Value
Type:
Brainboxes.IOIOLineChangedEventHandlerImplements
IEDDeviceIOLineFallingEdge
See Also