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
Public Member Functions | |
---|---|
TInt | GetBoolAttribute(const TUint, TBool &) |
TInt | GetIntAttribute(const TUint, TInt &) |
TInt | GetPckgAttribute(const TUint, TDes8 &) |
TInt | GetStringAttribute(const TUint, TDes &) |
TInt | GetUintAttribute(const TUint, TUint &) |
TInt | SetBoolAttribute(const TUint, const TBool) |
TInt | SetIntAttribute(const TUint, const TInt) |
TInt | SetPckgAttribute(const TUint, const TDes8 &) |
TInt | SetStringAttribute(const TUint, const TDes &) |
TInt | SetUintAttribute(const TUint, const TUint) |
TInt | GetBoolAttribute | ( | const TUint | aAttribute, |
TBool & | aValue | |||
) | [pure virtual] |
GetBoolAttribute is called to get the value of a TBool attribute.
TInt | GetIntAttribute | ( | const TUint | aAttribute, |
TInt & | aValue | |||
) | [pure virtual] |
GetIntAttribute is called to get the value of a TInt attribute.
TInt | GetPckgAttribute | ( | const TUint | aAttribute, |
TDes8 & | aValue | |||
) | [pure virtual] |
GetPckgAttribute is called to get the value of a packaged attribute.
TInt | GetStringAttribute | ( | const TUint | aAttribute, |
TDes & | aValue | |||
) | [pure virtual] |
GetStringAttribute is called to get the value of a TDes attribute.
TInt | GetUintAttribute | ( | const TUint | aAttribute, |
TUint & | aValue | |||
) | [pure virtual] |
GetUintAttribute is called to get the value of a TUint attribute.
TInt | SetBoolAttribute | ( | const TUint | aAttribute, |
const TBool | aValue | |||
) | [pure virtual] |
SetBoolAttribute is called to set the value of a TBool attribute.
TInt | SetIntAttribute | ( | const TUint | aAttribute, |
const TInt | aValue | |||
) | [pure virtual] |
SetIntAttribute is called to set the value of a TInt attribute.
TInt | SetPckgAttribute | ( | const TUint | aAttribute, |
const TDes8 & | aValue | |||
) | [pure virtual] |
SetPckgAttribute is called to set the value for a packaged attribute.
TInt | SetStringAttribute | ( | const TUint | aAttribute, |
const TDes & | aValue | |||
) | [pure virtual] |
SetStringAttribute is called to set the value of a TDes attribute.
TInt | SetUintAttribute | ( | const TUint | aAttribute, |
const TUint | aValue | |||
) | [pure virtual] |
SetUintAttribute is called to set the value of a TUint attribute.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.