#include <systemmonitor.h>
Link against:
systemmonitor.lib
This item is not part of the S60 5th Edition SDK
class CSystemMonitor : public CBase;
Description
CSystemMonitor: Main interface to the tool, allows the user to collect information on a one off basis, and to register for
periodic updates.
Derivation
CBase
-
Base class for all classes to be instantiated on the heap.
CSystemMonitor
- CSystemMonitor: Main interface to the tool, allows the user to collect informati...
Members
Defined in CSystemMonitor
:
Inherited from CBase
:
Construction and destruction
Interface status: |
test |
Inherited from: CSystemMonitor |
IMPORT_C static CSystemMonitor* NewLC(TInt aChunkSize=0);
Description
Parameters
Return value
Interface status: |
test |
Inherited from: CSystemMonitor |
IMPORT_C static CSystemMonitor* NewL(TInt aChunkSize=0);
Description
Parameters
Return value
StartL(TInt,CSystemMonitorError &)
Interface status: |
test |
Inherited from: CSystemMonitor |
IMPORT_C void StartL(TInt aInterval, CSystemMonitorError &aSystemMonitorError);
Description
Parameters
Interface status: |
test |
Inherited from: CSystemMonitor |
IMPORT_C void Stop();
Description
Register(MSystemMonitorNotification *)
Interface status: |
test |
Inherited from: CSystemMonitor |
IMPORT_C void Register(MSystemMonitorNotification *aCallBack);
Description
Parameters
Interface status: |
test |
Inherited from: CSystemMonitor |
IMPORT_C void Unregister();
Description
GetLatest(RPointerArray< TSystemMonitorRecordBase > &,CSystemMonitorError &)
Interface status: |
test |
Inherited from: CSystemMonitor |
IMPORT_C void GetLatest(RPointerArray< TSystemMonitorRecordBase > &aRecordArray, CSystemMonitorError &aSystemMonitorError);
Description
Parameters
Interface status: |
test |
Inherited from: CSystemMonitor |
IMPORT_C CConfiguration* Configuration();
Description
Return value