Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
|
The struct represents two kinds of information: More...
Public Attributes | |
int | maxScriptMemoryGrowth |
maximum virtual memory growth per script (l) More... | |
int | maxAmountOfScripts |
number of scripts that can be stored (l) More... | |
int | amountOfScripts |
number of scripts that are stored (cs) More... | |
int | maxScriptSize |
maximum size of a script file (l) More... | |
int | maxAllScriptSize |
maximum size of all script files (l) More... | |
int | allScriptSize |
size of all script files (cs) More... | |
int | outputBufferSize |
output buffer size per script (l) More... | |
int | restartInterval |
minimum delay to next (re)start (cs) More... | |
int | autoStartDelay |
minimum delay to 'autoStart' a script More... | |
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.