Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <systemmonitor.h>
Link against: systemmonitor.lib
This item is not part of the S60 5th Edition SDK

Class CSystemMonitor

Interface status: test

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

Members

Defined in CSystemMonitor:

Inherited from CBase:


Construction and destruction


NewLC(TInt)

Interface status: test Inherited from: CSystemMonitor

IMPORT_C static CSystemMonitor* NewLC(TInt aChunkSize=0);

Description

Parameters

TInt aChunkSize

Return value

CSystemMonitor *


NewL(TInt)

Interface status: test Inherited from: CSystemMonitor

IMPORT_C static CSystemMonitor* NewL(TInt aChunkSize=0);

Description

Parameters

TInt aChunkSize

Return value

CSystemMonitor *

[Top]


Member functions


StartL(TInt,CSystemMonitorError &)

Interface status: test Inherited from: CSystemMonitor

IMPORT_C void StartL(TInt aInterval, CSystemMonitorError &aSystemMonitorError);

Description

Parameters

TInt aInterval

CSystemMonitorError &aSystemMonitorError


Stop()

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

MSystemMonitorNotification *aCallBack


Unregister()

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

RPointerArray< TSystemMonitorRecordBase > &aRecordArray

CSystemMonitorError &aSystemMonitorError


Configuration()

Interface status: test Inherited from: CSystemMonitor

IMPORT_C CConfiguration* Configuration();

Description

Return value

CConfiguration *