- 
    
    
- 
    
    
    
        Create a none value
     
    
        
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
 Returns:
- 
    
    
- 
    
    
    
        Create a new value number
     
    
	
		
		| Name | Type | Description |  
            
                | n | number | The number |  
 
    
        
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
 Returns:
- 
    
    
- 
    
    
    
        Create a new value message
     
    
	
		
		| Name | Type | Description |  
            
                | m | string | The message |  
 
    
        
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
 Returns:
- 
    
    
- 
    
    
    
        Create a new value decimal number
     
    
	
		
		| Name | Type | Description |  
            
                | n | number | The number |  
 
    
        
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
 Returns:
- 
    
    
- 
    
    
    
        Create a new value keyBoard
     
    
	
		
		| Name | Type | Description |  
            
                | k | number | The key number |  
 
    
        
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
 Returns:
- 
    
    
- 
    
    
    
        Create a new value switch
     
    
	
		
		| Name | Type | Description |  
            
                | b | boolean | The value of the switch |  
 
    
        
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
 Returns:
- 
    
    
- 
    
    
    
        Create a new value variable
     
    
	
		
		| Name | Type | Description |  
            
                | id | number | The variable id |  
 
    
        
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
 Returns:
- 
    
    
- 
    
    
    
        Create a new value parameter
     
    
	
		
		| Name | Type | Description |  
            
                | id | number | The parameter id |  
 
    
        
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
 Returns:
- 
    
    
- 
    
    
    
        Create a new value property
     
    
	
		
		| Name | Type | Description |  
            
                | id | number | The property id |  
 
    
        
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
 Returns:
- 
    
        
            
            
                SystemValue.readOrDefaultNumber
            
            (json, n)SystemValue
            
            static
            
            
        
 
- 
    
    
    
        Try to read a number value, if not possible put default value
     
    
	
		
		| Name | Type | Default | Description |  
            
                | json | number |  | The json value |  
            
                | n | number | 0 | optional
                    
                    
                        
                    
                
                The default value |  
 
    
        
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
 Returns:
- 
    
        
            
            
                SystemValue.readOrDefaultNumberDouble
            
            (json, n)SystemValue
            
            static
            
            
        
 
- 
    
    
    
        Try to read a double number value, if not possible put default value
     
    
	
		
		| Name | Type | Default | Description |  
            
                | json | number |  | The json value |  
            
                | n | number | 0 | optional
                    
                    
                        
                    
                
                The default value |  
 
    
        
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
 Returns:
- 
    
        
            
            
                SystemValue.readOrDefaultMessage
            
            (json, m)SystemValue
            
            static
            
            
        
 
- 
    
    
    
        Try to read a message value, if not possible put default value
     
    
	
		
		| Name | Type | Default | Description |  
            
                | json | number |  | The json value |  
            
                | m | number | RPM.STRING_EMPTY | optional
                    
                    
                        
                    
                
                The default value |  
 
    
        
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
 Returns:
- 
    
    
- 
    
    
    
        Try to read a value, if not possible put none value
     
    
	
		
		| Name | Type | Description |  
            
                | json | number | The json value |  
 
    
        
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
 Returns:
- 
    
    
- 
    
    
    
        Read a value of any kind and return it
     
    
	
		
		| Name | Type | Description |  
            
                | json | number | The json value |  
 
    
        
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
 Returns:
- 
    
    
- 
    
    
    
        Read the JSON associated to the value
     
    
	
		
		| Name | Type | Description |  
            
                | json | Object | Json object describing the value |  
 
    
        
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
 
- 
    
    
- 
    
    
    
        Get the value
     
    
        
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
 Returns:
- 
    
    
- 
    
    
    
        Check if a value is equal to another one
     
    
	
		
		| Name | Type | Description |  
            
                | value | SystemValue | The value to compare |  
 
    
        
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
 Returns: