IPlcHeadEnd Interface

Interface used by PLC manager to call HES.

Definition

Namespace: OddPrg.Communication.Plc
Assembly: OddPrg.Communication.Plc (in OddPrg.Communication.Plc.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public interface IPlcHeadEnd

Methods

DataConfirm Returns result of data send operation.
DataIndication Called when data were received from PLC.
DriverReset Called when PLC driver was reset.
LogDebug Called to extend PLC manager debug log.
LogError Called to log error to a service log. This method will never throw an exception.
LogInfo Called to log informational message to a service log.
ManagerFailure Called when PLC manager main thread stops due to fatal error.
MeterConnected Called when a new meter was connected to a PLC network.
MeterDisconnected Called when a meter was disconnected from a PLC network.

See Also