C# 클래스 DotNetMasterDemo.PrintingDataObserver

상속: IDataObserver
파일 보기 프로젝트 열기: sentient-energy/emsw-opendnp3-mirror

공개 메소드들

메소드 설명
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

메소드 상세

End() 공개 메소드

public End ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

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

Update() 공개 메소드

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

Update() 공개 메소드

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

Update() 공개 메소드

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

Update() 공개 메소드

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