AdsServer.WriteIndicationAsync Method
Namespace: TwinCAT.Ads.Server
Assembly: TwinCAT.Ads.Server (in
TwinCAT.Ads.Server.dll) Version:
5.0.294+Branch.releases-5.0.Sha.90bb9a1b43b6095934fddca3e72bc0ea15da1c14
Syntax
C#
protected virtual Task<AdsErrorCode> WriteIndicationAsync(
AmsAddress target,
uint invokeId,
uint indexGroup,
uint indexOffset,
ReadOnlyMemory writeData,
void cancel
)
Parameters
target |
Type: TwinCAT.Ads.AmsAddress |
invokeId |
Type: System.UInt32 |
indexGroup |
Type: System.UInt32 |
indexOffset |
Type: System.UInt32 |
writeData |
Type: ReadOnlyMemory |
cancel |
Type: System.Void |