Class NodeId
Constructors
constructor
- new NodeId(identifierType?: NodeIdType | null, value?: any, namespace?: number): NodeId
-
Parameters
-
Optional identifierType: NodeIdType | null
-
Optional value: any
-
Optional namespace: number
Properties
identifierType
namespace
namespace: number
value
value
: number | string | Buffer | Guid
Static NodeIdType
Static nullNodeId
Static resolveNodeId
resolveNodeId: function
Static sameNodeId
sameNodeId: function
Type declaration
-
-
Parameters
Returns boolean
Methods
displayText
-
Returns string
isEmpty
-
Returns boolean
toJSON
-
Returns string
toString
- toString(options?: object): string
-
Parameters
-
Optional options: object
-
Optional addressSpace?: any
Returns string
Construct a node ID
const nodeId = new NodeId(NodeIdType.NUMERIC,123,1);