OPCFoundation / UA-Java-Legacy

This repository is provided by OPC Foundation as legacy support for an Java version for OPC UA.
https://github.com/OPCFoundation/UA-.NETStandard
Other
354 stars 226 forks source link

Difference in Node definition #170

Open YarochkinMichael opened 5 years ago

YarochkinMichael commented 5 years ago

I am reading NanoServer example.

Why, when defining parent folder, used different "TypeDefinition"? "Identifiers.FolderType" lines 1146, 1174, 1183,... "Identifiers.ObjectsFolder" lines 1242 and 1436

YarochkinMichael commented 5 years ago

Also

"HasTypeDefinition" "FolderType" done differently on line 1457: TypeDefinition is not null, like it is everywhere, but "new ExpandedNodeId(Identifiers.FolderType)"