Link against: SenServDesc.LIB
NetworkServices ReadUserData WriteUserData
#include <MSenServicePolicy.h>
Public Member Functions | |
virtual TInt | AddPolicyL (CSenElement *aPolicy)=0 |
Adds a policy in SD Method is used to add a RAW policy obtained by Network or some dynamic means. | |
virtual TInt | RemovePolicyL (TDesC8 &aPolicyName)=0 |
Remove a Policy from SD. | |
virtual TInt | RebuildServicePolicyFrom (MSenServicePolicy &aTemplate)=0 |
Method reads provider policy class instance values from given template. | |
virtual TBool | Accepts (MSenServicePolicy &aPolicyPattern)=0 |
Checks if policies match. | |
virtual TInt | ServicePolicies (RPolicyArray &aPolicies)=0 |
Return all of the Services polices from SD only <wsp:Policy> tags. | |
virtual CSenElement * | ClientPolicy ()=0 |
Gets the Client Policy. | |
virtual TBool | ClientPolicy (const TDesC8 &aKey)=0 |
Searches for the Client Policy with the given key value. | |
virtual HBufC8 * | ClientPolicyValue (const TDesC8 &aKey)=0 |
Gets the Client Policy with the given key value. |
|
Checks if policies match.
|
|
Adds a policy in SD Method is used to add a RAW policy obtained by Network or some dynamic means.
|
|
Searches for the Client Policy with the given key value.
|
|
Gets the Client Policy. |
|
Gets the Client Policy with the given key value.
|
|
Method reads provider policy class instance values from given template.
|
|
Remove a Policy from SD.
|
|
Return all of the Services polices from SD only <wsp:Policy> tags.
|