ResultWriteControl Class
Class ResultWriteControl. Implements the ResultAds
Inheritance Hierarchy
SystemObject
TwinCAT.AdsResultWriteControl
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. |
- ResultAds Class
- ResultWriteControl Constructor (ResultWriteControl)
- ResultWriteControl Constructor (AmsAddress, Boolean, AdsErrorCode, AdsStateCommand, AdsState, AdsState, TimeSpan)
- ResultWriteControl.Empty Property
- ResultAds.ErrorCode Property
- ResultAds Class
- ResultAds.Failed Property
- ResultAds.InvokeId Property
- ResultAds.Succeeded Property
- ResultWriteControl.Create Method
- ResultWriteControl.CreateFailed Method (AmsAddress, AdsErrorCode, AdsStateCommand)
- ResultWriteControl.CreateFailed Method (AmsAddress, AdsErrorCode, AdsStateCommand, AdsState)
- ResultWriteControl.CreateFailed Method (AmsAddress, AdsErrorCode, AdsStateCommand, AdsState, AdsState)
- ResultWriteControl.CreateSucceeded Method
- ResultAds.SetError Method
- ResultAds Class
- ResultWriteControl.Address Field
- ResultWriteControl.Latency Field
- ResultWriteControl.Original Field
- ResultWriteControl.Reached Field
- ResultWriteControl.Requested Field
- ResultWriteControl.RequestSucceeded Field