OpcStateMachineStatesAttribute Class

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll

Defines unique states that a custom OpcStateMachineNode can enter using an enumeration type.

C#

[AttributeUsage(AttributeTargets.Class)]
public class OpcStateMachineStatesAttribute : Attribute, _Attribute


Inheritance ObjectAttribute › OpcStateMachineStatesAttribute


Attributes AttributeUsageAttribute


Implements InteropServices._Attribute

Name Description
OpcStateMachineStatesAttribute(Type) Initializes a new instance of the OpcStateMachineStatesAttribute class using the specified statesType.
Name Description
StatesType Gets the Type which defines the different states.