API published in: S60 2nd Ed FP 2
Link against: lbs.lib
Required Capabilities
None
Exceptions
The capability Location is required in:
TInt RPositionServer::GetDefaultModuleId(TPositionModuleId& aModuleId) const;
TInt RPositionServer::GetNumModules(TUint& aNumModules) const;
TInt RPositionServer::GetModuleInfoByIndex(TInt aModuleIndex, TPositionModuleInfoBase& aModuleInfo) const;
TInt RPositionServer::GetModuleInfoById(TPositionModuleId aModuleId, TPositionModuleInfoBase& aModuleInfo) const;
TInt RPositionServer::GetModuleStatus(TPositionModuleStatusBase& aPosModuleStatus, TPositionModuleId aModuleId) const;
void RPositionServer::NotifyModuleStatusEvent(TPositionModuleStatusEventBase& aStatusEvent,TRequestStatus& aStatus,const TPositionModuleId aModuleId = KPositionNullModuleId) const;
TInt RPositioner::SetRequestor(CRequestor::TRequestorType aType,CRequestor::TRequestorFormat aFormat,const TDesC& aData);
TInt RPositioner::SetRequestor(const RRequestorStack& aRequestorStack);
TInt RPositioner::SetUpdateOptions(const TPositionUpdateOptionsBase& aPosOption);
TInt RPositioner::GetUpdateOptions(TPositionUpdateOptionsBase& aPosOption) const;
void RPositioner::GetLastKnownPosition(TPositionInfoBase& aPosInfo,TRequestStatus& aStatus) const;
void RPositioner::NotifyPositionUpdate(TPositionInfoBase& aPosInfo,TRequestStatus& aStatus) const;
#include <lbsrequestor.h>
Inherits CRequestorBase.
The class contains three data fields that indicate:
Public Member Functions |
|
~CRequestor () | |
Destructor for CRequestor. |
|
Static Public Member Functions |
|
static IMPORT_C CRequestor * | New (TRequestorType aType, TRequestorFormat aFormat, const TDesC &aData) |
Allocates and constructs a CRequestor object. |
|
static IMPORT_C CRequestor * | NewL (TRequestorType aType, TRequestorFormat aFormat, const TDesC &aData) |
Allocates and constructs a CRequestor object. |
|
static IMPORT_C CRequestor * | NewLC (TRequestorType aType, TRequestorFormat aFormat, const TDesC &aData) |
Allocates and constructs a CRequestor object, and leaves the object on the cleanup stack. |
|
static IMPORT_C CRequestor * | NewL (RReadStream &aStream) |
Allocates and constructs a CRequestor object. |
|
Destructor for CRequestor. |
|
Allocates and constructs a CRequestor object. This construction method initializes the requestor type, format and string with the respective values in the arguments. The function is a non-leaving variation which returns NULL if there is insufficient memory.
|
|
Allocates and constructs a CRequestor object. This construction method initializes the requestor type, format and string with the respective values read from the read stream. The function leaves if there is insufficient memory.
|
|
Allocates and constructs a CRequestor object. This construction method initializes the requestor type, format and string with the respective values in the arguments. The function leaves if there is insufficient memory.
|
|
Allocates and constructs a CRequestor object, and leaves the object on the cleanup stack. This construction method initializes the requestor type, format and string with the respective values in the arguments. The function leaves if there is insufficient memory.
|