BrowseResult Class
Extends BaseUAObject
Defined in:
Module: services.browse
packages\node-opcua-service-browse\index.js:17
The result of a browse operation.
Constructor
BrowseResult
(
-
options
Parameters:
-
options
Object
Item Index
Properties
Methods
binaryStoreSize
()
Number
Calculate the required size to store this object in a binary stream.
Returns:
Number:
decode_debug
()
isValid
()
Boolean
verify that all object attributes values are valid according to schema
Returns:
Boolean:
toString
()
String
Returns:
String:
Properties
continuationPoint
ContinuationPoint
A value that indicates the operation is incomplete and can be continued by calling BrowseNext.
Default: null
references
ReferenceDescription[]
A list of references that meet the criteria specified in the request.