BrowseNextRequest Class
Extends BaseUAObject
Defined in:
Module: services.browse
packages\node-opcua-service-browse\index.js:35
Continues one or more browse operations.
Constructor
BrowseNextRequest
(
-
options
Parameters:
-
options
Object-
[requestHeader]
RequestHeader optionalA standard header included in all requests sent to a server.
-
[releaseContinuationPoints]
Boolean optionalIf TRUE the continuation points are released and no results are returned.
-
[continuationPoints]
ContinuationPoint optionalThe maximum number of references to return in the response.
-
Item Index
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
continuationPoints
ContinuationPoint
The maximum number of references to return in the response.
releaseContinuationPoints
Boolean
If TRUE the continuation points are released and no results are returned.