ED |
The ED008 type exposes the following members.
Name | Description | |
---|---|---|
DeviceStatusChangedEvent |
Event When the status of the devices connection changes
for example goes from Disconnected to Connected
or from Available to Unavailable
(Inherited from DeviceConn, Proto) | |
IOLineChanged |
Register an event with this handler to be notified when the state of
an input or output line changes
(Inherited from EDDevice) | |
IOLineCount |
Register an event with this handler to be notified when the state of
an input changes increment the count of the IOLine
(Inherited from EDDevice) | |
IOLineFallingEdge |
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
(Inherited from EDDevice) | |
IOLineRisingEdge |
Register an event with this handler to be notified when the state of
an input or output line goes from 0 -> 1 / low to high / closed to open
(Inherited from EDDevice) | |
IOLinesChanged |
Register an event with this handler to be notified when the state of
one or more IOLines change within a polling interval
This is useful when a state in the program is dependent on 2 or more ioLine states
(Inherited from EDDevice) |