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-
[statusCode]
StatusCode optionalA code indicating any error during the operation.
-
[continuationPoint= null]
ContinuationPoint optionalA value that indicates the operation is incomplete and can be continued by calling BrowseNext.
-
[references]
ReferenceDescription[] optionalA list of references that meet the criteria specified in the request.
-
Item Index
Properties
Methods
binaryStoreSize
()
Number
Calculate the required size to store this object in a binary stream.
Returns:
Number:
decode
(
-
stream
-
[option]
decode the object from a binary stream
Parameters:
-
stream
BinaryStream -
[option]
Object optional
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.