Location:
Smsstd.h
Link against: smcm.lib
class TSmsErrorExtractionCdma;
Description
This class provides helper methods to extract the status and error codes from the message status.
Members
Defined in TSmsErrorExtractionCdma
:
Class()
, Code()
static IMPORT_C TUint8 Code(TInt aError);
Description
Get the status code out of the error code
Parameters
TInt aError |
The message status value
|
|
Return value
TUint8
|
The status code extracted from the message status value.
|
|
static IMPORT_C TUint8 Class(TInt aError);
Description
Get the error class out of the error code
Parameters
TInt aError |
The message status value
|
|
Return value
TUint8
|
The error class extracted from the message status value.
|
|