NodeId's numeric, string

Questions regarding the use of the .NET SDK 2.0 for Server or Client development or integration into customer products ...

Moderator: uasdknet

Post Reply
seweryn
Full Member
Full Member
Posts: 6
Joined: 24 May 2016, 20:57

NodeId's numeric, string

Post by seweryn »

where about to search for information regarding lookup/conversion between numeric and string representation ?
and how this mechanism works ?

How to check .Filter.SelectClauses.Add(BrowseNames.EventType); returned type ? against event types ??

User avatar
Support Team
Hero Member
Hero Member
Posts: 3068
Joined: 18 Mar 2011, 15:09

Re: NodeId's numeric, string

Post by Support Team »

Hello seweryn,

It's up to the server to define the NodeIds. The type of NodeId can be string, numeric, GUID of opaque. A server can use any of those in it's address space and a client can't maske any assumtions about NodeIds used in the server.
There's no conversion between string, numeric, GUID and opaque NodeIds.

The select clause defines the event fields the server is supposed to send with each event. Logically this is not a filter but a selection.
No sure what you are trying to check here? Please provide a more detailed question.
Best regards
Unified Automation Support Team

Post Reply