Class TcoStateExtendible
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: PlcDocu.TcoCore
Assembly: TcoCoreConnector.dll
Syntax
public abstract class TcoStateExtendible : TcoStateBase
Constructors
| Improve this Doc View SourceTcoStateExtendible()
Prevents creating instance of this class via public constructor
Declaration
public TcoStateExtendible()
Methods
| Improve this Doc View SourceOnStateChange(Object, Object)
This method is called on each change of the State
. This method could be overloaded and custom code should be placed here.
Declaration
[IgnoreReflection]
protected void OnStateChange(dynamic PreviousState, dynamic NewState)
Parameters
Type | Name | Description |
---|---|---|
System.Object | PreviousState | Plc type : INT [VAR_INPUT]; Twin type : Vortex.Connector.ValueTypes.OnlinerInt
|
System.Object | NewState | Plc type : INT [VAR_INPUT]; Twin type : Vortex.Connector.ValueTypes.OnlinerInt
|