ReadRequest Class
Constructor
ReadRequest
        
                
                    (
        
        
        
        
        
        
        
        
            
        
            - 
                                
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
maxAge
                        Duration
                    
                    
                    
                    
                    
                        
                    
                        Maximum age of the value to be read in milliseconds
nodesToRead
                        ReadValueId[]
                    
                    
                    
                    
                    
                        
                    
                        List of Nodes and their Attributes to read. For each entry in this list, a StatusCode is returned, and if it indicates success, the Attribute Value is also returned.
timestampsToReturn
                        TimestampsToReturn
                    
                    
                    
                    
                    
                        
                    
                        An enumeration that specifies the Timestamps to be returned for each requested Variable Value Attribute.
Default: -1
            The NodeOPCUA API