#include <gsmubuf.h>
Link against: gsmu.lib
| class CSmsBufferBase : public CBase |
| Public Member Enumerations | |
|---|---|
| enum | anonymous { EMaxBufLength } |
| Public Member Functions | |
|---|---|
| pure virtual void | DeleteL(TInt, TInt) |
| IMPORT_C void | ExternalizeL(RWriteStream &) |
| pure virtual void | Extract(TDes &, TInt, TInt) |
| pure virtual void | InsertL(TInt, const TDesC &) |
| IMPORT_C void | InternalizeL(RReadStream &) |
| pure virtual TInt | Length() |
| pure virtual void | Reset() |
The base class for all SMS buffers.
| Enumerator | Value | Description |
|---|---|---|
| EMaxBufLength | 0x100 |
| IMPORT_C void | ExternalizeL | ( | RWriteStream & | aStream | ) | const |
Externalises the object.
| Parameters | |
|---|---|
| aStream | Stream to write to |
| Capability | |
|---|---|
| None |
| IMPORT_C void | InternalizeL | ( | RReadStream & | aStream | ) |
Internalises the object.
| Parameters | |
|---|---|
| aStream | Stream to read from |
| Capability | |
|---|---|
| None |
| TInt | Length | ( | ) | const [pure virtual] |
Gets the number of characters in the buffer.