Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: btmanclient.h
Link against: bluetooth.lib

Class RBTManSubSession

RBTManSubSession

Support

Supported from 6.1

Description

Base class for a subsession to the Security Manager.

The basic subsession is specialised by the security settings class, RBTSecuritySettings.

Derivation

RBTManSubSessionBase class for a subsession to the Security Manager
RSubSessionBaseClient-side handle to a sub-session

Defined in RBTManSubSession:
CancelRequest(), Close(), Open()

Inherited from RSubSessionBase:
CloseSubSession(), CreateSubSession(), Send(), SendReceive(), SubSessionHandle(), operator=()

See also:


Open()

virtual TInt Open(RBTMan& aSession) = 0;

Description

Open a subsession to the Security Manager.

Parameters

RBTMan& aSession

Session to the Security Manager

Return value

TInt

System-wide error code

[Top]


Close()

virtual void Close() = 0;

Description

Close a subsession to the Security Manager.

[Top]


CancelRequest()

void CancelRequest(TRequestStatus& aStatus);

Description

Cancels an outstanding request to the Security Manager.

Parameters

TRequestStatus& aStatus

The TRequestStatus of the active object that made the request that is being cancelled.