CPosNetworkPrivacyRequestInfo Class Reference
class CPosNetworkPrivacyRequestInfo : public CBase |
Abstract base class for privacy request information which is passed to CPosNetworkPrivacy methods.
This class contains no exported methods. Clients must use a subclass.
Inherits from
- CPosNetworkPrivacyRequestInfo
Constructor & Destructor Documentation
CPosNetworkPrivacyRequestInfo(TUint)
CPosNetworkPrivacyRequestInfo | ( | TUint | aRequestInfoType | ) | [protected] |
Default constructor
Default constructor
CPosNetworkPrivacyRequestInfo(const CPosNetworkPrivacyRequestInfo &)
~CPosNetworkPrivacyRequestInfo()
~CPosNetworkPrivacyRequestInfo | ( | ) | [virtual] |
Member Functions Documentation
RequestInfoType()
TUint
| RequestInfoType | ( | ) | const |
Returns information of which subclass the instance is. This function is only used internally and is therefore not exported.
SetRequestType(const TRequestType)
operator=(const CPosNetworkPrivacyRequestInfo &)
Member Enumerations Documentation
Enum _TRequestType
The type of privacy request. Note that the TRequestType enum may be extended in the future by adding more enumerated values. To maintain compatibility any unrecognized values must be handled as ERequestTypeUnknown.
Enumerators
ERequestTypeUnknown = 0 |
Unknown. Should be used to initialize variables
|
ERequestSingleShot = 1 |
The privacy request is related to a single location request
|
ERequestPeriodic = 2 |
The privacy request is related to a periodic location request
|
ERequestAreaEvent = 3 |
The privacy request is related to an area event location request
|
ERequestSingleShotSilent = 4 |
The privacy request is related to a single location request and is advised to be handled silently (no notification or verification)
|
ERequestPeriodicSilent = 5 |
The privacy request is related to a periodic location request and is advised to be handled silently (no notification or verification)
|
ERequestAreaEventSilent = 6 |
The privacy request is related to an area event location request and it is advised to be handled silently (no notification or verification)
|
ERequestTypeMaxEnum = 7 | |
Member Type Definitions Documentation
Typedef TRequestType
Defined type for TRequestType
Member Data Documentation
TUint
iRequestInfoType
TUint
| iRequestInfoType | [private] |
TRequestType
iRequestType
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.