ITcAdsServiceCallbacks.AdsStateChanged

Passes through AdsStateChangedEventHandler callback of the associated TcAdsClient.
To subscribe to the AdsStateChangedEventHandler the ITcAdsServiceDuplex.SubscribeAdsStateChangedEvent method has to be called.

void AdsStateChanged ( 
    string netId, 
    int port,
    StateInfo state 
);

Parameters

netId

NetID of the AMS Router.

port

Port of the AMS Router.

state

Current state of the ADS device.

See Also

ITcAdsServiceCallbacks Interface | ITcAdsServiceDuplex Interface