Raritan PX2/PX3 JSON-RPC API
Public Member Functions | List of all members
logging::DebugLog_2_0_0 Interface Reference

Device debug log interface. More...

import"DebugLog.idl";

Public Member Functions

void clear ()
 Clear the debug log.
 
LogInfo getInfo ()
 Get info about the debug log. More...
 
LogChunk getChunk (in int refId, in int count, in RangeDirection direction)
 Fetch a chunk from the debug log. More...
 

Detailed Description

Device debug log interface.

Member Function Documentation

LogChunk logging::DebugLog_2_0_0::getChunk ( in int  refId,
in int  count,
in RangeDirection  direction 
)

Fetch a chunk from the debug log.

Parameters
refIdFirst log id to fetch
countNumber of entries to fetch
directionRange direction
Returns
log chunk
LogInfo logging::DebugLog_2_0_0::getInfo ( )

Get info about the debug log.

Returns
log info

The documentation for this interface was generated from the following file: