Raritan PX2/PX3 JSON-RPC API
WlanLog.idl
1 #ifndef __LOG_WLANLOG_IDL__
2 #define __LOG_WLANLOG_IDL__
3 
4 #include <Log.idl>
5 
9 module logging {
10 
12  interface WlanLog {
13 
17  void clear();
18 
24  LogInfo getInfo();
25 
35  LogChunk getChunk(in int refId, in int count, in RangeDirection direction);
36 
37  };
38 
39 }
40 
41 #endif /* __LOG_WLANLOG_IDL__ */
WLAN diagnostic log interface.
Definition: WlanLog.idl:12
Device Logging.
Definition: DebugLog.idl:9
A log chunk.
Definition: Log.idl:23
RangeDirection
Range direction when fetching log entries.
Definition: Log.idl:31
General log info.
Definition: Log.idl:8