Opc.Ua.Gds.CredentialManagementState.GetDefaultTypeDefinitionId C# (CSharp) 메소드

GetDefaultTypeDefinitionId() 보호된 메소드

Returns the id of the default type definition node for the instance.
protected GetDefaultTypeDefinitionId ( NamespaceTable namespaceUris ) : NodeId
namespaceUris NamespaceTable
리턴 NodeId
        protected override NodeId GetDefaultTypeDefinitionId(NamespaceTable namespaceUris)
        {
            return Opc.Ua.NodeId.Create(Opc.Ua.Gds.ObjectTypes.CredentialManagementType, Opc.Ua.Gds.Namespaces.OpcUaGds, namespaceUris);
        }