OpcStateMachineStateAttribute Class

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

Defines an unique state that a custom OpcStateMachineNode can enter.

C#

[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public class OpcStateMachineStateAttribute : Attribute, _Attribute


Inheritance ObjectAttribute › OpcStateMachineStateAttribute


Attributes AttributeUsageAttribute


Implements InteropServices._Attribute

Name Description
OpcStateMachineStateAttribute(UInt32, String) Initializes a new instance of the OpcStateMachineStateAttribute class using the number and name of the state to define.
Name Description
Name Gets the unique name of the state to define.
Number Gets the unique number of the state to define.