StateInfo Structure
The structure contains the ADS state and device state.
Inheritance Hierarchy
SystemObject
SystemValueType
TwinCAT.AdsStateInfo
Namespace: TwinCAT.Ads
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version:
7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470
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. | |
|
|
Determines whether the specified StateInfo is equal to this instance. | |
|
|
Returns a hash code for this instance. | |
|
|
Gets the Type of the current
instance. | |
|
|
Returns the fully qualified type name of this instance. |
Operators
|
|
Name |
Description |
|---|---|---|
|
|
Implements the ==. | |
|
|
Implements the !=. |
- TwinCAT.Ads Namespace
- StateInfo Constructor (AdsState, Int16)
- StateInfo Constructor (ReadOnlySpan.Byte.)
- StateInfo Constructor (AdsState, UInt16)
- StateInfo.AdsState Property
- StateInfo.DeviceState Property
- StateInfo.Empty Property
- StateInfo.Equals Method (Object)
- StateInfo.Equals Method (StateInfo)
- StateInfo.GetHashCode Method
- StateInfo.Equality Operator
- StateInfo.Inequality Operator