C# Class DotNetMasterDemo.PrintingDataObserver

Inheritance: IDataObserver
显示文件 Open project: sentient-energy/emsw-opendnp3-mirror

Public Methods

Method Description
End ( ) : void
Start ( ) : void
Update ( DNP3.Interface.Analog update, System index ) : void
Update ( DNP3.Interface.Binary update, System index ) : void
Update ( DNP3.Interface.ControlStatus update, System index ) : void
Update ( DNP3.Interface.Counter update, System index ) : void
Update ( DNP3.Interface.SetpointStatus update, System index ) : void

Method Details

End() public method

public End ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( DNP3.Interface.Analog update, System index ) : void
update DNP3.Interface.Analog
index System
return void

Update() public method

public Update ( DNP3.Interface.Binary update, System index ) : void
update DNP3.Interface.Binary
index System
return void

Update() public method

public Update ( DNP3.Interface.ControlStatus update, System index ) : void
update DNP3.Interface.ControlStatus
index System
return void

Update() public method

public Update ( DNP3.Interface.Counter update, System index ) : void
update DNP3.Interface.Counter
index System
return void

Update() public method

public Update ( DNP3.Interface.SetpointStatus update, System index ) : void
update DNP3.Interface.SetpointStatus
index System
return void