| Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
    | 
The struct represents two kinds of information: More...
import <LuaService.idl;
| Public Attributes | |
| int | maxScriptMemoryGrowth | 
| maximum virtual memory growth per script (l) | |
| int | maxAmountOfScripts | 
| number of scripts that can be stored (l) | |
| int | amountOfScripts | 
| number of scripts that are stored (cs) | |
| int | maxScriptSize | 
| maximum size of a script file (l) | |
| int | maxAllScriptSize | 
| maximum size of all script files (l) | |
| int | allScriptSize | 
| size of all script files (cs) | |
| int | outputBufferSize | 
| output buffer size per script (l) | |
| int | restartInterval | 
| minimum delay to next (re)start (cs) | |
| int | autoStartDelay | 
| minimum delay to 'autoStart' a script | |
The struct represents two kinds of information:
Definition at line 81 of file LuaService.idl.
| int luaservice::Environment::allScriptSize | 
size of all script files (cs)
Definition at line 87 of file LuaService.idl.
| int luaservice::Environment::amountOfScripts | 
number of scripts that are stored (cs)
Definition at line 84 of file LuaService.idl.
| int luaservice::Environment::autoStartDelay | 
minimum delay to 'autoStart' a script
Definition at line 90 of file LuaService.idl.
| int luaservice::Environment::maxAllScriptSize | 
maximum size of all script files (l)
Definition at line 86 of file LuaService.idl.
| int luaservice::Environment::maxAmountOfScripts | 
number of scripts that can be stored (l)
Definition at line 83 of file LuaService.idl.
| int luaservice::Environment::maxScriptMemoryGrowth | 
maximum virtual memory growth per script (l)
Definition at line 82 of file LuaService.idl.
| int luaservice::Environment::maxScriptSize | 
maximum size of a script file (l)
Definition at line 85 of file LuaService.idl.
| int luaservice::Environment::outputBufferSize | 
output buffer size per script (l)
Definition at line 88 of file LuaService.idl.
| int luaservice::Environment::restartInterval | 
minimum delay to next (re)start (cs)
Definition at line 89 of file LuaService.idl.