MConnectionMonitorPluginInterface Class Reference

class MConnectionMonitorPluginInterface

MConnectionMonitorPluginInterface MConnectionMonitorPluginInterface is an interface class that must be implemented in order to serve the requests initiated by the Connection Monitor server.

CONNMONEXT.LIB

Member Functions Documentation

GetBoolAttribute(const TUint, TBool &)

TInt GetBoolAttribute(const TUintaAttribute,
TBool &aValue
)[pure virtual]

GetBoolAttribute is called to get the value of a TBool attribute.

Parameters

const TUint aAttributeIdentifies the attribute to be retrived.
TBool & aValueOn return, contains the requested TBool attribute.

GetIntAttribute(const TUint, TInt &)

TInt GetIntAttribute(const TUintaAttribute,
TInt &aValue
)[pure virtual]

GetIntAttribute is called to get the value of a TInt attribute.

Parameters

const TUint aAttributeIdentifies the attribute to be retrived.
TInt & aValueOn return, contains the requested TInt attribute.

GetPckgAttribute(const TUint, TDes8 &)

TInt GetPckgAttribute(const TUintaAttribute,
TDes8 &aValue
)[pure virtual]

GetPckgAttribute is called to get the value of a packaged attribute.

Parameters

const TUint aAttributeIdentifies the attribute to be retrived.
TDes8 & aValueOn return, contains the requested packaged attribute.

GetStringAttribute(const TUint, TDes &)

TInt GetStringAttribute(const TUintaAttribute,
TDes &aValue
)[pure virtual]

GetStringAttribute is called to get the value of a TDes attribute.

Parameters

const TUint aAttributeIdentifies the attribute to be retrived.
TDes & aValueOn return, contains the requested TDes attribute.

GetUintAttribute(const TUint, TUint &)

TInt GetUintAttribute(const TUintaAttribute,
TUint &aValue
)[pure virtual]

GetUintAttribute is called to get the value of a TUint attribute.

Parameters

const TUint aAttributeIdentifies the attribute to be retrived.
TUint & aValueOn return, contains the requested TUint attribute.

SetBoolAttribute(const TUint, const TBool)

TInt SetBoolAttribute(const TUintaAttribute,
const TBoolaValue
)[pure virtual]

SetBoolAttribute is called to set the value of a TBool attribute.

Parameters

const TUint aAttributeIdentifies the attribute to be set.
const TBool aValueThe new value for the TBool attribute.

SetIntAttribute(const TUint, const TInt)

TInt SetIntAttribute(const TUintaAttribute,
const TIntaValue
)[pure virtual]

SetIntAttribute is called to set the value of a TInt attribute.

Parameters

const TUint aAttributeIdentifies the attribute to be set.
const TInt aValueThe new value for the TInt attribute.

SetPckgAttribute(const TUint, const TDes8 &)

TInt SetPckgAttribute(const TUintaAttribute,
const TDes8 &aValue
)[pure virtual]

SetPckgAttribute is called to set the value for a packaged attribute.

Parameters

const TUint aAttributeIdentifies the attribute to be set.
const TDes8 & aValueThe new value for the packaged attribute.

SetStringAttribute(const TUint, const TDes &)

TInt SetStringAttribute(const TUintaAttribute,
const TDes &aValue
)[pure virtual]

SetStringAttribute is called to set the value of a TDes attribute.

Parameters

const TUint aAttributeIdentifies the attribute to be set.
const TDes & aValueThe new value for the TDes attribute.

SetUintAttribute(const TUint, const TUint)

TInt SetUintAttribute(const TUintaAttribute,
const TUintaValue
)[pure virtual]

SetUintAttribute is called to set the value of a TUint attribute.

Parameters

const TUint aAttributeIdentifies the attribute to be set.
const TUint aValueThe new value for the TUint attribute.