Click or drag to resize
Grid Solutions Framework

DNP3InputAdapter Events

The DNP3InputAdapter type exposes the following members.

Events
  Name Description
Public event ConfigurationChanged Event is raised when adapter is aware of a configuration change.
(Inherited from AdapterBase)
Public event Disposed Event is raised when AdapterBase is disposed.
(Inherited from AdapterBase)
Public event InputMeasurementKeysUpdated Event is raised when InputMeasurementKeys are updated.
(Inherited from AdapterBase)
Public event NewMeasurements Provides new measurements from input adapter.
(Inherited from InputAdapterBase)
Public event OutputMeasurementsUpdated Event is raised when OutputMeasurements are updated.
(Inherited from AdapterBase)
Public event ProcessException Event is raised when there is an exception encountered while processing.
(Inherited from AdapterBase)
Public event ProcessingComplete Indicates to the host that processing for the input adapter has completed.
(Inherited from InputAdapterBase)
Public event StatusMessage Provides status messages to consumer.
(Inherited from AdapterBase)
Top
See Also