class TSmsCommandType : public TSmsOctet |
Enumerations and operations for SMS commands.
Public Member Functions | |
---|---|
TSmsCommandType() | |
TInt | CommandType() |
void | SetCommandType(TSmsCommandTypeValue) |
Public Member Enumerations | |
---|---|
enum | TSmsCommandTypeValue { ESmsCommandTypeEnquiry = 0x00, ESmsCommandTypeCancel = 0x01, ESmsCommandTypeDelete = 0x02, ESmsCommandTypeEnableStatusReportRequest = 0x03 } |
Inherited Attributes | |
---|---|
TSmsOctet::iValue |
void | SetCommandType | ( | TSmsCommandTypeValue | aType | ) | [inline] |
Sets command type.
TSmsCommandTypeValue aType | Command type |