#include <wspencoder.h>
| class TWspPrimitiveEncoder | 
| 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) | 
Class encapsulating primitive encoding methods which are defined in the WSP standard. Input will be encoded and returned in an 8 bit buffer. Deprecated
Takes a TUint8 parameter, and sets the top bit. As specified for the WSP ShortInt encoding method.
| Parameters | |
|---|---|
| aValue | number to be encoded. |