OpcStateMachineInitialStateAttribute Members

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll, Opc.UaFx.Advanced.dll
The OpcStateMachineInitialStateAttribute type exposes the following members.

OpcStateMachineInitialStateAttribute(object)

Initializes a new instance of the OpcStateMachineInitialStateAttribute class using the state value to identify the initial state.

C#

public OpcStateMachineInitialStateAttribute(object state)


Parameters

state Object

A numerical or enumeration value which is used to uniquely identify the state used as the initial state.

State

Gets a value uniquely identifying the state used as the initial state.

C#

public object State { get; }


Property Value

Object

An Object representing a numerical or enumeration value which is used to uniquely identify the state used as the initial state.