|
||
class TRfcommSockAddr : public TBTSockAddr;
Defines the format of an Rfcomm address.
This class uses the TSockAddr
data area to hold the address so that it can be passed through the ESOCK boundary. Assumes that the remote RFCOMM instance
is always bound to PSM 3 on L2CAP, so there is no way of specifying another remote PSM.
TSockAddr
- No description.
TBTSockAddr
- Bluetooth socket address
TRfcommSockAddr
- Defines the format of an Rfcomm address.
Defined in TRfcommSockAddr
:
Cast(const TSockAddr &)
Utility function to downcast a TSockAddr to a TBTSockAddr
TRfcommSockAddr()
Constructor TRfcommSockAddr(const TSockAddr &)
Constructor that takes a BT socket address. Inherited from TBTSockAddr
:
BTAddr()const
Getter BTSecurity()const
Getter EndBTSockAddrPtr()const
SetBTAddr(const TBTDevAddr &)
Sets BT address from a TBTDevAddr. SetSecurity(const TBTServiceSecurity &)
Setter TBTSockAddr(const TSockAddr &)
Constructor taking socket address baseclass reference. Rather like a copy constr...TBTSockAddr
Bluetooth socket addressIMPORT_C TRfcommSockAddr(const TSockAddr &aSockAddr);
Constructor that takes a BT socket address.
|
IMPORT_C static TRfcommSockAddr& Cast(const TSockAddr &aSockAddr);
Utility function to downcast a TSockAddr
to a TBTSockAddr
|
|