Symbol.OnWriteValue Method
Handler function for writing the dynamic value
Namespace: TwinCAT.Ads.TypeSystem
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
protected virtual void OnWriteValue(
Object value,
int timeout
)
VB
Protected Overridable Sub OnWriteValue (
value As Object,
timeout As Integer
)
Parameters
value |
Type: System.Object |
timeout |
Type: System.Int32 |