RLbsNetSim Class Reference
| class RLbsNetSim : public RSessionBase |
Nested Classes and Structures
| Inherited Functions |
|---|
| | RHandleBase::Attributes()const |
| | RHandleBase::BTraceId()const |
| | RHandleBase::DoExtendedClose() |
| | RHandleBase::Duplicate(const RThread &,TOwnerType) |
| | RHandleBase::FullName()const |
| | RHandleBase::FullName(TDes &)const |
| | RHandleBase::Handle()const |
| | RHandleBase::HandleInfo(THandleInfo *) |
| | RHandleBase::Name()const |
| | RHandleBase::NotifyDestruction(TRequestStatus &) |
| | RHandleBase::Open(const TFindHandleBase &,TOwnerType) |
| | RHandleBase::OpenByName(const TDesC &,TOwnerType,TInt) |
| | RHandleBase::RHandleBase() |
| | RHandleBase::RHandleBase(TInt) |
| | RHandleBase::SetHandle(TInt) |
| | RHandleBase::SetHandleNC(TInt) |
| | RSessionBase::CreateSession(RServer2,const TVersion &) |
| | RSessionBase::CreateSession(RServer2,const TVersion &,TInt) |
| | RSessionBase::CreateSession(RServer2,const TVersion &,TInt,TIpcSessionType,const TSecurityPolicy *,TRequestStatus *) |
| | RSessionBase::CreateSession(const TDesC &,const TVersion &) |
| | RSessionBase::CreateSession(const TDesC &,const TVersion &,TInt) |
| | RSessionBase::CreateSession(const TDesC &,const TVersion &,TInt,TIpcSessionType,const TSecurityPolicy *,TRequestStatus *) |
| | RSessionBase::CreateSession(const TDesC &,const TVersion &,TInt,TRequestStatus *) |
| | RSessionBase::Open(RMessagePtr2,TInt,TOwnerType) |
| | RSessionBase::Open(RMessagePtr2,TInt,const TSecurityPolicy &,TOwnerType) |
| | RSessionBase::Open(TInt,TOwnerType) |
| | RSessionBase::Open(TInt,const TSecurityPolicy &,TOwnerType) |
| | RSessionBase::Send(TInt,const TIpcArgs &)const |
| | RSessionBase::SetReturnedHandle(TInt) |
| | RSessionBase::SetReturnedHandle(TInt,RHandleBase &) |
| | RSessionBase::SetReturnedHandle(TInt,const TSecurityPolicy &) |
| | RSessionBase::ShareAuto() |
| | RSessionBase::ShareProtected() |
Constructor & Destructor Documentation
Member Functions Documentation
ConnectL(MLbsNetSimObserver *)
MeasurementControlFailureL(TInt)
| IMPORT_C void | MeasurementControlFailureL | ( | TInt | aReason | ) | |
MeasurementReportLocationL(const TPositionInfoBase &)
MeasurementReportLocationRequestMoreAssistanceDataL(const TLbsAssistanceDataGroup &)
RegisterLcsMoLrL(const TDesC &)
| IMPORT_C void | RegisterLcsMoLrL | ( | const TDesC & | aData | ) | |
ReleaseLcsLocationNotificationL(const CLbsNetworkProtocolBase::TLbsPrivacyResponse &)
ReleaseLcsMoLrL(TInt)
| IMPORT_C void | ReleaseLcsMoLrL | ( | TInt | aReason | ) | |
Send(TInt)
Issues a blind request to the server with the specified function number, but with no arguments.
A blind request is one where the server does not issue a response to the client.
-
panic
- USER 72 if the function number is negative.
Parameters
| TInt aFunction | The function number identifying the request. |
SendReceive(TInt, const TIpcArgs &, TRequestStatus &)
Issues an asynchronous request to the server with the specified function number and arguments.
The completion status of the request is returned via the request status object, aStatus.
-
panic
- USER 72 if the function number is negative.
Parameters
| TInt aFunction | The function number identifying the request. |
| const TIpcArgs & aArgs | A set of up to 4 arguments and their types to be passed to the server. |
| TRequestStatus & aStatus | The request status object used to contain the completion status of the request. |
SendReceive(TInt, const TIpcArgs &)
Issues a synchronous request to the server with the specified function number and arguments.
-
panic
- USER 72 if the function number is negative.
Parameters
| TInt aFunction | The function number identifying the request. |
| const TIpcArgs & aArgs | A set of up to 4 arguments and their types to be passed to the server. |
SendReceive(TInt, TRequestStatus &)
Issues an asynchronous request to the server with the specified function number, but with no arguments.
The completion status of the request is returned via the request status object, aStatus.
-
panic
- USER 72 if the function number is negative.
Parameters
| TInt aFunction | The function number identifying the request. |
| TRequestStatus & aStatus | The request status object used to contain the completion status of the request. |
SendReceive(TInt)
|
TInt
| SendReceive | ( | TInt | aFunction | ) | const [inline] |
Issues a synchronous request to the server with the specified function number, but with no arguments.
-
panic
- USER 72 if the function number is negative.
Parameters
| TInt aFunction | The function number identifying the request. |
StartServer()
|
TInt
| StartServer | ( | ) | [private, static] |
Member Data Documentation
CMeasurementReportLocation * iMeasurementReportLocation
CNotificationCancelPrivacyRequest * iNotificationCancelPrivacyRequest
CNotificationMeasurementControlLocation * iNotificationMeasurementControlLocation
CNotificationNetworkGone * iNotificationNetworkGone
CNotificationRegisterLcsLocation * iNotificationRegisterLcsLocation
CNotificationResetAssistanceData * iNotificationResetAssistanceData
MLbsNetSimObserver * iObserver
HBufC * iRegisterLcsMoLrData
|
HBufC * | iRegisterLcsMoLrData | [private] |
CLbsNetworkProtocolBase::TLbsPrivacyResponse
iReleaseLcsLocationNotificationResponse
TPckg< CLbsNetworkProtocolBase::TLbsPrivacyResponse > iReleaseLcsLocationNotificationResponsePkg
TInt
iReleaseLcsMoLrReason
|
TInt
| iReleaseLcsMoLrReason | [private] |
TPckg< TInt > iReleaseLcsMoLrReasonPkg
|
TPckg< TInt > | iReleaseLcsMoLrReasonPkg | [private] |
TLbsAssistanceDataGroup
iRequestMoreAssistanceDataFilter
TPckg< TLbsAssistanceDataGroup > iRequestMoreAssistanceDataFilterPkg
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.