IAdsStateControlTimeout Interface
Interface IAdsStateControlTimeout
Namespace: TwinCAT.Ads
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version:
7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470
Syntax
C#
public interface IAdsStateControlTimeoutThe IAdsStateControlTimeout type exposes the following members.
Methods
|
|
Name |
Description |
|---|---|---|
|
|
Reads the ADS status and the device status from an ADS server. | |
|
|
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. | |
|
|
Changes the ADS status and the device status of an ADS server. | |
|
|
Changes the ADS status and the device status of an ADS server. | |
|
|
Changes the ADS status and the device status of an ADS server. | |
|
|
Changes the ADS status and the device status of an ADS server. |
Remarks
For internal use only.
- IAdsStateControlTimeout.ReadState Method
- IAdsStateControlTimeout.TryReadState Method
- IAdsStateControlTimeout.TryWriteControl Method (StateInfo, Int32)
- IAdsStateControlTimeout.WriteControl Method (StateInfo, Int32)
- IAdsStateControlTimeout.TryWriteControl Method (StateInfo, ReadOnlyMemory.Byte., Int32)
- IAdsStateControlTimeout.WriteControl Method (StateInfo, ReadOnlyMemory.Byte., Int32)