Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <SyncMLTransportProperties.h>
Link against: smlclient.lib
This item is not part of the S60 5th Edition SDK

Class TSyncMLTransportPropertyInfo

class TSyncMLTransportPropertyInfo;

Description

Information about a SyncML transport property.

Members

Defined in TSyncMLTransportPropertyInfo:


Member functions


InternalizeL(RReadStream &)

IMPORT_C void InternalizeL(RReadStream &aStream);

Description

Internalises the object from a stream.

Parameters

RReadStream &aStream

Stream from which to read the object.

Leave codes

Stream

leave codes


ExternalizeL(RWriteStream &)const

IMPORT_C void ExternalizeL(RWriteStream &aStream) const;

Description

Externalises the object to a stream.

Parameters

RWriteStream &aStream

Stream to which to write the object.

Leave codes

Stream

leave codes

[Top]


Member data


iDataType

TSyncMLTransportPropertyDataType iDataType;

Description

Property data type.


iName

TBuf8< KSmlMaxTransportPropertyNameLen > iName;

Description

Property name.