AdsServer.WriteControlIndicationAsync 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> WriteControlIndicationAsync(
    AmsAddress sender,
    uint invokeId,
    AdsState adsState,
    ushort deviceState,
    ReadOnlyMemory data,
    void cancel
)

Parameters

sender

Type: TwinCAT.Ads.AmsAddress

invokeId

Type: System.UInt32

adsState

Type: TwinCAT.Ads.AdsState

deviceState

Type: System.UInt16

data

Type: ReadOnlyMemory

cancel

Type: System.Void

Return Value

Type: Task.AdsErrorCode.

Reference

AdsServer Class

TwinCAT.Ads.Server Namespace