#include <recordtypes.h>
Link against:
systemmonitor.lib
This item is not part of the S60 5th Edition SDK
Class TSystemMonitorRecordBase
class TSystemMonitorRecordBase;
Description
TSystemMonitorRecordBase: Base class of all record type classes. Implements TSystemMonitorRecordBase::GetType()
to return the type of the sub classed record.
Members
Defined in TSystemMonitorRecordBase
:
Construction and destruction
TSystemMonitorRecordBase(TRecordTypeID)
Interface status: |
test |
Inherited from: TSystemMonitorRecordBase |
IMPORT_C TSystemMonitorRecordBase(TRecordTypeID aType);
Description
Parameters
~TSystemMonitorRecordBase()
Interface status: |
test |
Inherited from: TSystemMonitorRecordBase |
IMPORT_C ~TSystemMonitorRecordBase();
Description
Interface status: |
test |
Inherited from: TSystemMonitorRecordBase |
IMPORT_C TRecordTypeID GetType();
Description
Return value
TypeAsString(TBuf< 124 > &)
Interface status: |
test |
Inherited from: TSystemMonitorRecordBase |
IMPORT_C void TypeAsString(TBuf< 124 > &aRecordType);
Description
Parameters
TypeRetrievingAsString(TBuf< 124 > &,TRecordTypeID)
Interface status: |
test |
Inherited from: TSystemMonitorRecordBase |
IMPORT_C void TypeRetrievingAsString(TBuf< 124 > &aRecordType, TRecordTypeID aTypeRetrieving);
Description
Parameters
Interface status: |
test |
Inherited from: TSystemMonitorRecordBase |
protected: TSystemMonitorTime iTime;
Description