ServerOnNetwork Class
            Extends BaseUAObject
        
        
            Module: opcua.address_space.types
Constructor
ServerOnNetwork
        
                
                    (
        
        
        
        
        
        
        
        
            
        
            - 
                                
options 
Parameters:
- 
                                
optionsObject 
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
discoveryUrl
                        String
                    
                    
                    
                    
                    
                        
                    
                        The URL of the discovery Endpoint.
recordId
                        UInt32
                    
                    
                    
                    
                    
                        
                    
                        A unique identifier for the record. This can be used to fetch the next batch of Servers in a subsequent call to FindServersOnNetwork
serverCapabilities
                        String
                    
                    
                    
                    
                    
                        
                    
                        The set of Server capabilities supported by the Server.The set of allowed Server capabilities are defined in Part 12
serverName
                        String
                    
                    
                    
                    
                    
                        
                    
                        The name of the Server specified in the mDNS announcement (see Part 12).This may be the same as the ApplicationName for the Server.
            The NodeOPCUA API