IAdsStateControlTimeout Interface

Interface IAdsStateControlTimeout

Namespace:  TwinCAT.Ads
Assembly:  TwinCAT.Ads.Abstractions (in TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229

Syntax

C#

public interface IAdsStateControlTimeout

The IAdsStateControlTimeout type exposes the following members.

Methods

 

Name

Description

IAdsStateControlTimeout Interface 1:

ReadState

Reads the ADS status and the device status from an ADS server.

IAdsStateControlTimeout Interface 2:

TryReadState

Reads the ADS status and the device status from an ADS server. Unlike the ReadState method this method does not call an exception on failure. Instead an AdsErrorCode is returned. If the return value is equal to AdsErrorCode.NoError the call was successful.

IAdsStateControlTimeout Interface 3:

TryWriteControl(StateInfo, Int32)

Changes the ADS status and the device status of an ADS server.

IAdsStateControlTimeout Interface 4:

TryWriteControl(StateInfo, ReadOnlyMemory.Byte., Int32)

Changes the ADS status and the device status of an ADS server.

IAdsStateControlTimeout Interface 5:

WriteControl(StateInfo, Int32)

Changes the ADS status and the device status of an ADS server.

IAdsStateControlTimeout Interface 6:

WriteControl(StateInfo, ReadOnlyMemory.Byte., Int32)

Changes the ADS status and the device status of an ADS server.

Remarks

For internal use only.

Reference

TwinCAT.Ads Namespace