| Raritan PX2/PX3 JSON-RPC API
    | 
Device event log interface. More...
import"EventLog.idl";
| Public Member Functions | |
| void | clear () | 
| Clear the event log. | |
| LogInfo | getInfo () | 
| Get info about the event log.  More... | |
| LogChunk | getChunk (in int refId, in int count, in RangeDirection direction, in vector< string > categories) | 
| Fetch a chunk from the event log.  More... | |
Device event log interface.
| LogChunk logging::EventLog_2_0_0::getChunk | ( | in int | refId, | 
| in int | count, | ||
| in RangeDirection | direction, | ||
| in vector< string > | categories | ||
| ) | 
Fetch a chunk from the event log.
| idRef | First log id to fetch | 
| count | Number of entries to fetch | 
| direction | Range direction | 
| categories | Event cartegories to filter for | 
| LogInfo logging::EventLog_2_0_0::getInfo | ( | ) | 
Get info about the event log.
 1.8.14
 1.8.14