Opc.Ua.FiniteStateMachineState.ElementInfo.ElementInfo C# (CSharp) Method

ElementInfo() public method

Creates a new instance of the object.
public ElementInfo ( uint id, string name, uint number ) : System
id uint
name string
number uint
return System
            public ElementInfo(uint id, string name, uint number)
            {
                m_id = id;
                m_name = name;
                m_number = number;
            }
FiniteStateMachineState.ElementInfo