We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
protected override NodeId GetDefaultTypeDefinitionId(NamespaceTable namespaceUris) { return Opc.Ua.NodeId.Create(Boiler.ObjectTypes.GenericSensorType, Boiler.Namespaces.Boiler, namespaceUris); }
In this code, NodeId and the Opc.Ua.NodeId are the same type.
NodeId
Opc.Ua.NodeId
It makes the real problem if the code is not to be used in the Opc.Ua environment where the referenced classes are replaced by different ones.
Opc.Ua
Forked from OPCFoundation#19
The text was updated successfully, but these errors were encountered:
mpostol
No branches or pull requests
In this code,
NodeId
and theOpc.Ua.NodeId
are the same type.It makes the real problem if the code is not to be used in the
Opc.Ua
environment where the referenced classes are replaced by different ones.Forked from OPCFoundation#19
The text was updated successfully, but these errors were encountered: