IEDDevice Events |
The IEDDevice type exposes the following members.
Name | Description | |
---|---|---|
DeviceStatusChangedEvent |
Event called when the status of the device changes, either the IsConnected Property
or the IsAvailable property
(Inherited from IDeviceC, P) | |
IOLineChanged | Register an event with this handler to be notified when the state of an input or output line changes | |
IOLineCount | Register an event with this handler to be notified when the state of an input changes increment the count of the IOLine | |
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 | |
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 | |
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 |