Opc.Ua.Fdi7.ConnectMethodFFHSEMethodState.Construct C# (CSharp) Method

Construct() public static method

Constructs an instance of a node.
public static Construct ( NodeState parent ) : NodeState
parent NodeState The parent.
return NodeState
        public static new NodeState Construct(NodeState parent)
        {
            return new ConnectMethodFFHSEMethodState(parent);
        }