MXIMPProtocolInfo Class Reference

class MXIMPProtocolInfo : public MXIMPBase

Interface for XIMP protocol info object.

Holds information about the XIMP protocol implementation.

Since
S60 v3.2

Inherits from

Constructor & Destructor Documentation

~MXIMPProtocolInfo()

~MXIMPProtocolInfo ( ) [inline, virtual]

Public destructor. Objects can be deleted through this interface.

Member Functions Documentation

DisplayName()

const TDesC16 & DisplayName ( ) const [pure virtual]

Returns human readable protocol display name.

GetProtocolFeaturesLC()

MXIMPFeatureInfo * GetProtocolFeaturesLC ( ) const [pure virtual]

Retrieves XIMP Protocol features.

Retrieves features supported by the XIMP Protocol. Note that XIMP Protocol may indicate here more features than what will be actually available in XIMP Context since since connected remote XIMP Service may limit available XIMP Context features.

ImplementationUid()

TUid ImplementationUid ( ) const [pure virtual]

Returns protocol implementation UID.