|
||
class RBTManSubSession : public RSubSessionBase;
A subsession for the RBTMan
session.
RBTManSubSession provides the actual access to the security manager.
Contains basic subssession functionality.
RSubSessionBase
-
Client-side handle to a sub-session.
RBTManSubSession
- A subsession for the RBTMan session.
Defined in RBTManSubSession
:
CancelRequest(TRequestStatus &)
Cancel an outstanding request on btmanserver Close()
Used to close the subsession. RBTManSubSession()
Default constructor of base class for subsessions iClientServerMsg
iPadding1
iPadding2
Inherited from RSubSessionBase
:
CloseSubSession(TInt)
Closes the sub-session.CreateAutoCloseSubSession(RSessionBase &,TInt,const TIpcArgs &)
Creates a new sub-session within an existing session. The new sub-session takes ...CreateSubSession(const RSessionBase &,TInt)
Creates a new sub-session within an existing session.CreateSubSession(const RSessionBase &,TInt,const TIpcArgs &)
Creates a new sub-session within an existing session.Send(TInt)const
Sends a blind message to the server - no reply is expected.Send(TInt,const TIpcArgs &)const
Sends a blind message to the server - no reply is expected.SendReceive(TInt)const
Sends a message to the server and waits synchronously for a reply.SendReceive(TInt,TRequestStatus &)const
Sends a message to the server and waits asynchronously for the reply.SendReceive(TInt,const TIpcArgs &)const
Sends a message to the server and waits synchronously for a reply.SendReceive(TInt,const TIpcArgs &,TRequestStatus &)const
Sends a message to the server and waits asynchronously for the reply.Session()const
Returns a copy of the session associated with this sub-session.SubSessionHandle()const
Gets the sub-session handle number.protected: IMPORT_C RBTManSubSession();
Default constructor of base class for subsessions
IMPORT_C void CancelRequest(TRequestStatus &aStatus);
Cancel an outstanding request on btmanserver
|
protected: TUint32 iPadding2;