ResultWriteControl Class
Class ResultWriteControl. Implements the ResultAds
Inheritance Hierarchy
System.Object
TwinCAT.Ads.ResultWriteControl
Namespace: TwinCAT.Ads
Assembly: TwinCAT.Ads.Abstractions (in TwinCAT.Ads.Abstractions.dll) Version: 7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470
Syntax
C#
public class ResultWriteControlThe ResultWriteControl type exposes the following members.
Constructors
|
|
Name |
Description |
|---|---|---|
|
|
Initializes a new instance of the ResultWriteControl class. | |
|
|
Initializes a new instance of the ResultWriteControl class. |
Methods
|
|
Name |
Description |
|---|---|---|
|
|
Creates an ResultWriteControl object. | |
|
|
Creates a failed ResultWriteControl object. | |
|
|
CreateFailed(AmsAddress, AdsErrorCode, AdsStateCommand, AdsState) |
Creates a failed ResultWriteControl object. |
|
|
CreateFailed(AmsAddress, AdsErrorCode, AdsStateCommand, AdsState, AdsState) |
Creates a failed ResultWriteControl object. |
|
|
Creates a succeeding ResultWriteControl object. | |
|
|
Determines whether the specified object is equal to the current object. | |
|
|
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. | |
|
|
Serves as the default hash function. | |
|
|
Gets the Type of the current instance. | |
|
|
Creates a shallow copy of the current Object. | |
|
|
Returns a string that represents the current object. |
Fields
|
|
Name |
Description |
|---|---|---|
|
|
The address | |
|
|
The AdsErrorCode that was produced with the WriteControl/ReadStates. | |
|
|
The latency/duration until the Result state has been reached. | |
|
|
The original state before the request is sent. | |
|
|
The Polling cycles occurred until the result is taken. | |
|
|
The reached AdsState after the AdsStateCommand request has been sent (Resulting state) | |
|
|
The AdsStateCommand (Request) | |
|
|
Gets an indication if the WriteControl request has been succeeded overall. |