AdsSymbolicServer.OnSetValue Method
Handler function to store a new Symbol value within internal caches of the AdsSymbolicServer.
Namespace: TwinCAT.Ads.Server
Assembly: TwinCAT.Ads.SymbolicServer (in
TwinCAT.Ads.SymbolicServer.dll) Version: 6.0.328+39e3229
Syntax
C#
protected abstract AdsErrorCode OnSetValue(
ISymbol symbol,
Object value,
out bool valueChanged
)
Parameters
symbol |
Type: TwinCAT.TypeSystem.ISymbol |
value |
Type: System.Object |
valueChanged |
Type: System.Boolean. |