AdsSymbolicServer.OnGetValue Method
Handler function to determine the (stored) value of the symbol from the 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 OnGetValue(
ISymbol symbol,
out Object?? value
)
Parameters
symbol |
Type: TwinCAT.TypeSystem.ISymbol |
value |
Type: System.Object. |