C# Class DotNetMasterDemo.PrintingDataObserver

Inheritance: IDataObserver
Afficher le fichier Open project: sentient-energy/emsw-opendnp3-mirror

Méthodes publiques

Méthode 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 méthode

public End ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( DNP3.Interface.Analog update, System index ) : void
update DNP3.Interface.Analog
index System
Résultat void

Update() public méthode

public Update ( DNP3.Interface.Binary update, System index ) : void
update DNP3.Interface.Binary
index System
Résultat void

Update() public méthode

public Update ( DNP3.Interface.ControlStatus update, System index ) : void
update DNP3.Interface.ControlStatus
index System
Résultat void

Update() public méthode

public Update ( DNP3.Interface.Counter update, System index ) : void
update DNP3.Interface.Counter
index System
Résultat void

Update() public méthode

public Update ( DNP3.Interface.SetpointStatus update, System index ) : void
update DNP3.Interface.SetpointStatus
index System
Résultat void