Opc.Ua.Fdi7.GenericConnectionPointState.GenericConnectionPointState C# (CSharp) Method

GenericConnectionPointState() public method

Initializes the type with its default attribute values.
public GenericConnectionPointState ( NodeState parent ) : System
parent NodeState
return System
        public GenericConnectionPointState(NodeState parent)
            : base(parent)
        {
        }