Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: syncmltransportproperties.h
Link against: smlclient.lib

This item is not part of the S60 3rd Edition SDK for Symbian OS, Feature Pack 2.

Class TSyncMLTransportPropertyInfo

class TSyncMLTransportPropertyInfo;

Description

Information about a SyncML transport property.

Members

Defined in TSyncMLTransportPropertyInfo:
ExternalizeL(), InternalizeL(), iDataType, iName


Member functions


InternalizeL()

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()

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.