Location:
btmanclient.h
Link against: btmanclient.lib
class RBTRegServ : protected RBTMan;
Registry access session.
It has a RBTMan
session as implementation.
RHandleBase
- A handle to an object
RSessionBase
- Client-side handle to a session with a server
RBTMan
- Creates a sessions over which the Bluetooth security manager is accessible
RBTRegServ
- Registry access session
Defined in RBTRegServ
:
Close()
, Connect()
, RBTRegServ()
, ResourceCount()
, Session()
Inherited from RBTMan
:
Version()
Inherited from RHandleBase
:
Attributes()
,
Duplicate()
,
FullName()
,
Handle()
,
HandleInfo()
,
Name()
,
SetHandle()
,
SetHandleNC()
,
iHandle
Inherited from RSessionBase
:
CreateSession()
,
EAutoAttach
,
EExplicitAttach
,
Open()
,
Send()
,
SendReceive()
,
SetReturnedHandle()
,
ShareAuto()
,
ShareProtected()
,
TAttachMode
Capability: | LocalServices |
IMPORT_C TInt Connect();
Connect to Registry Server
|
IMPORT_C RBTMan &Session();
Return reference to the server session
|
IMPORT_C TInt ResourceCount();
Returns the number of open subsessions. This should be used by clients to do resource leakage debugging checks
|