#include <SyncMLTransportProperties.h>
| class CSyncMLTransportPropertiesArray : public CBase |
| Public Member Type Definitions | |
|---|---|
| typedef | TSyncMLTransportPropertyInfo TPropertyInfo |
| Public Member Functions | |
|---|---|
| CSyncMLTransportPropertiesArray(TInt) | |
| IMPORT_C TInt | AddL(const TPropertyInfo &) |
| IMPORT_C TPropertyInfo & | At(TInt) |
| IMPORT_C const TPropertyInfo & | At(TInt) |
| IMPORT_C TInt | Count() |
| IMPORT_C void | Delete(TInt) |
| IMPORT_C void | ExternalizeL(RWriteStream &) |
| IMPORT_C TInt | Find(const TDesC8 &) |
| IMPORT_C void | InternalizeL(RReadStream &) |
| TPropertyInfo & | operator[](TInt) |
| const TPropertyInfo & | operator[](TInt) |
An array of SyncML transport property information.
This is used to store information about the properties supported by a transport type.
See also: RSyncMLTransport::Properties()
| typedef TSyncMLTransportPropertyInfo | TPropertyInfo |
Information about a property.
| TPropertyInfo & | operator[] | ( | TInt | aIndex | ) | [inline] |
Gets the member of the array with the specified index value.
| Parameter | Description |
|---|---|
| aIndex | Index value |
Returns: Property value at array index aIndex
| const TPropertyInfo & | operator[] | ( | TInt | aIndex | ) | const [inline] |
Gets the member of the array with the specified index value (const overload).
| Parameter | Description |
|---|---|
| aIndex | Index value |
Returns: Property value at array index aIndex