StateInfo Structure
The structure contains the ADS state and device state.
Namespace: TwinCAT.Ads
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229
Syntax
C#
public struct StateInfo : IEquatable<StateInfo>
The StateInfo type exposes the following members.
Constructors
|
Name |
Description |
---|---|---|
|
Initializes a new instance of the StateInfo struct. | |
|
Initializes a new Instance of the StateInfo struct. | |
|
Initializes a new Instance of the StateInfo struct. |
Properties
|
Name |
Description |
---|---|---|
|
Gets or sets the ADS state of this StateInfo object. | |
|
Gets or sets the device state of this StateInfo object. | |
|
Empty / Invalid / Uninitialized state. |
Methods
|
Name |
Description |
---|---|---|
|
Determines whether the specified Object is equal to this instance. (Overrides ValueType.Equals(Object).) | |
|
Determines whether the specified StateInfo is equal to this instance. | |
|
Returns a hash code for this instance. (Overrides ValueType.GetHashCode..) | |
|
Gets the Type of the current instance. (Inherited from Object.) | |
|
Returns the fully qualified type name of this instance. (Inherited from ValueType.) |