BrowseDescription Class
            Extends BaseUAObject
        
        
            Defined in: 
            Module: services.browse
packages\node-opcua-service-browse\index.js:21
        A request to browse the the references from a node.
Constructor
BrowseDescription
        
                
                    (
        
        
        
        
        
        
        
        
            
        
            - 
                                
options 
Parameters:
- 
                                
optionsObject 
Item Index
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
includeSubtypes
                        Boolean
                    
                    
                    
                    
                    
                        
                    
                        Includes subtypes of the reference type.
nodeClassMask
                        UInt32
                    
                    
                    
                    
                    
                        
                    
                        A mask indicating which node classes to return. 0 means return all nodes.
referenceTypeId
                        NodeId
                    
                    
                    
                    
                    
                        
                    
                        The type of references to return.Specifies the NodeId of the ReferenceType to follow. Only instances of this ReferenceType or its subtype are returned.If not specified then all ReferenceTypes are returned and includeSubtypes is ignored.
resultMask
                        UInt32
                    
                    
                    
                    
                    
                        
                    
                        A mask indicating which fields in the ReferenceDescription should be returned in the results.
Default: 0
            The NodeOPCUA API