class TWspPrimitiveEncoder |
Class encapsulating primitive encoding methods which are defined in the WSP standard. Input will be encoded and returned in an 8 bit buffer.
Public Member Functions | |
---|---|
IMPORT_C HBufC8 * | DateL(const TDateTime) |
IMPORT_C HBufC8 * | LongIntL(const TUint32) |
IMPORT_C TUint8 | ShortInt(const TUint8) |
IMPORT_C HBufC8 * | TextStringL(const RString) |
IMPORT_C HBufC8 * | TextStringL(const TDesC8 &) |
IMPORT_C HBufC8 * | UintVarL(const TUint32) |
IMPORT_C HBufC8 * | DateL | ( | const TDateTime | aDate | ) | [static] |
const TDateTime aDate |
IMPORT_C HBufC8 * | LongIntL | ( | const TUint32 | aValue | ) | [static] |
const TUint32 aValue |
IMPORT_C TUint8 | ShortInt | ( | const TUint8 | aValue | ) | [static] |
const TUint8 aValue |
IMPORT_C HBufC8 * | TextStringL | ( | const RString | aText | ) | [static] |
const RString aText |