PlcNotifications Class

Namespace: IPS7Lnk.Advanced
Assemblies: IPS7LnkNet.Advanced.dll

Provides a set of static (Shared in Visual Basic) members to notify about status and progress changes within the whole component.

C#

public static class PlcNotifications


Inheritance Object › PlcNotifications

Name Description
ConnectionClosed Occurs when a PlcDeviceConnection transitions into the closed state.
ConnectionClosing Occurs when a PlcDeviceConnection transitions into the closing state.
ConnectionConnected Occurs when a PlcDeviceConnection transitions into the connected state.
ConnectionConnecting Occurs when a PlcDeviceConnection transitions into the connecting state.
ConnectionCreated Occurs when ever a new PlcDeviceConnection was created.
ConnectionDisconnected Occurs when a PlcDeviceConnection transitions into the disconnected state.
ConnectionFaulted Occurs when a PlcDeviceConnection transitions into the faulted state.
ConnectionOpened Occurs when a PlcDeviceConnection transitions into the opened state.
ConnectionOpening Occurs when a PlcDeviceConnection transitions into the opening state.
ConnectionStateChanged Occurs when a PlcDeviceConnection transitions into a different state.
Name Description
EvaluateStatus Gets or sets a callback used to evaluate the PlcStatus information provided through an object implementing the IPlcStatusProvider interface.
Name Description
EvaluateStatusCore(IPlcStatusProvider) Evaluates the PlcStatus information provided by the IPlcStatusProvider specified.