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 TUint aAttribute,
TBool & aValue
) [pure virtual]

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

Parameters

const TUint aAttribute Identifies the attribute to be retrived.
TBool & aValue On return, contains the requested TBool attribute.

GetIntAttribute(const TUint, TInt &)

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

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

Parameters

const TUint aAttribute Identifies the attribute to be retrived.
TInt & aValue On return, contains the requested TInt attribute.

GetPckgAttribute(const TUint, TDes8 &)

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

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

Parameters

const TUint aAttribute Identifies the attribute to be retrived.
TDes8 & aValue On return, contains the requested packaged attribute.

GetStringAttribute(const TUint, TDes &)

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

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

Parameters

const TUint aAttribute Identifies the attribute to be retrived.
TDes & aValue On return, contains the requested TDes attribute.

GetUintAttribute(const TUint, TUint &)

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

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

Parameters

const TUint aAttribute Identifies the attribute to be retrived.
TUint & aValue On return, contains the requested TUint attribute.

SetBoolAttribute(const TUint, const TBool)

TInt SetBoolAttribute ( const TUint aAttribute,
const TBool aValue
) [pure virtual]

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

Parameters

const TUint aAttribute Identifies the attribute to be set.
const TBool aValue The new value for the TBool attribute.

SetIntAttribute(const TUint, const TInt)

TInt SetIntAttribute ( const TUint aAttribute,
const TInt aValue
) [pure virtual]

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

Parameters

const TUint aAttribute Identifies the attribute to be set.
const TInt aValue The new value for the TInt attribute.

SetPckgAttribute(const TUint, const TDes8 &)

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

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

Parameters

const TUint aAttribute Identifies the attribute to be set.
const TDes8 & aValue The new value for the packaged attribute.

SetStringAttribute(const TUint, const TDes &)

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

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

Parameters

const TUint aAttribute Identifies the attribute to be set.
const TDes & aValue The new value for the TDes attribute.

SetUintAttribute(const TUint, const TUint)

TInt SetUintAttribute ( const TUint aAttribute,
const TUint aValue
) [pure virtual]

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

Parameters

const TUint aAttribute Identifies the attribute to be set.
const TUint aValue The new value for the TUint attribute.