Click or drag to resize

IEDDevice Events

The IEDDevice type exposes the following members.

Events
  NameDescription
Public eventDeviceStatusChangedEvent
Event called when the status of the device changes, either the IsConnected Property or the IsAvailable property
(Inherited from IDeviceC, P.)
Public eventIOLineChanged
Register an event with this handler to be notified when the state of an input or output line changes
Public eventIOLineCount
Register an event with this handler to be notified when the state of an input changes increment the count of the IOLine
Public eventIOLineFallingEdge
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
Public eventIOLineRisingEdge
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
Public eventIOLinesChanged
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
Top
See Also