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

CommunicationServerState() public method

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