|
||
class RBTCommPortSettings : public RBTManSubSession;
A subsession on the Bluetooth Registry server This subsession allows the virtual serial ports to be updated, modified, examined etc.
RSubSessionBase
-
Client-side handle to a sub-session.
RBTManSubSession
- A subsession for the RBTMan session.
RBTCommPortSettings
- A subsession on the Bluetooth Registry server This subsession allows the virtual...
Defined in RBTCommPortSettings
:
Close()
Close the virtual serial port subsession on the Registry Delete(const TBTCommPortSettings &,TRequestStatus &)
Delete virtual serial settings Get(TBTCommPortSettings &)
Get the port settings for a given port At present the lookup is based on the por...Modify(const TBTCommPortSettings &,TRequestStatus &)
Asynchronously update virtual serial port settingsOpen(RBTRegServ &)
Open the virtual serial port subsession on the registry server RBTCommPortSettings()
Default constructor Inherited from RBTManSubSession
:
CancelRequest(TRequestStatus &)
Cancel an outstanding request on btmanserver 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.IMPORT_C TInt Open(RBTRegServ &aSession);
Open the virtual serial port subsession on the registry server
|
|
IMPORT_C TInt Get(TBTCommPortSettings &aSettings);
Get the port settings for a given port At present the lookup is based on the port number in aPortSettings
Synchronous
|
|
IMPORT_C void Modify(const TBTCommPortSettings &aSettings, TRequestStatus &aStatus);
Asynchronously update virtual serial port settings
|
IMPORT_C void Delete(const TBTCommPortSettings &aSettings, TRequestStatus &aStatus);
Delete virtual serial settings
|
IMPORT_C virtual void Close();
Close the virtual serial port subsession on the Registry