Location:
Lbs.h
Link against: lbsselflocate.lib
class RPositionerSubSessionBase : public RSubSessionBase;
Abstract base class for all positioning sub-sessions, including RPositioner
.
RSubSessionBase
- Client-side handle to a sub-session
RPositionerSubSessionBase
- Abstract base class for all positioning sub-sessions, including
Defined in RPositionerSubSessionBase
:
CancelRequest()
, ExtendedInterface()
, RPositionerSubSessionBase()
Inherited from RSubSessionBase
:
CloseSubSession()
,
CreateAutoCloseSubSession()
,
CreateSubSession()
,
Send()
,
SendReceive()
,
Session()
,
SubSessionHandle()
protected: IMPORT_C RPositionerSubSessionBase();
Constructor for the abstract base class RPositionerSubSessionBase
IMPORT_C TInt CancelRequest(TInt aRequestId);
Cancels a previously issued asynchronous request. The TRequestStatus
of the original request will be set to KErrCancel if the cancellation request was successful, or any other Symbian OS error
code if CancelRequest was called too late.
|
|
protected: virtual IMPORT_C TAny *ExtendedInterface(TInt aFunctionNumber, TAny *aPtr1, TAny *aPtr2);
This method is used to allow polymorphic extensions to the API without breaking BC. See documentation for explanation.
|
|