BrowseRequest Class
Extends BaseUAObject
Defined in:
Module: services.browse
packages\node-opcua-service-browse\index.js:25
Browse the references for one or more nodes from the server address space.
Constructor
BrowseRequest
(
-
options
Parameters:
-
optionsObject-
[requestHeader]RequestHeader optionalA standard header included in all requests sent to a server.
-
[view]ViewDescription optionalThe view to browse.
-
[requestedMaxReferencesPerNode]Counter optionalThe maximum number of references to return in the response.
-
[nodesToBrowse]BrowseDescription[] optionalThe list of nodes to browse.
-
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:
-
streamBinaryStream -
[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
requestedMaxReferencesPerNode
Counter
The maximum number of references to return in the response.
The NodeOPCUA API