|
||
class TBTSockAddr : public TSockAddr;
Bluetooth socket address
Stores bluetooth device address, and security - these are common to all Bluetooth addresses
TSockAddr
- No description.
TBTSockAddr
- Bluetooth socket address
Defined in TBTSockAddr
:
BTAddr()const
Getter BTSecurity()const
Getter Cast(const TSockAddr &)
Utility function to downcast a TSockAddr to a TBTSockAddr EndBTSockAddrPtr()const
SetBTAddr(const TBTDevAddr &)
Sets BT address from a TBTDevAddr. SetSecurity(const TBTServiceSecurity &)
Setter TBTSockAddr()
Constructor TBTSockAddr(const TSockAddr &)
Constructor taking socket address baseclass reference. Rather like a copy constr...IMPORT_C TBTSockAddr(const TSockAddr &aAddr);
Constructor taking socket address baseclass reference. Rather like a copy constructor
Copies the port number and the entirety of the user data, which conatins the Bluetooth Address and Security Settings
The family type is set to KBTAddrFamily
|
IMPORT_C TBTDevAddr BTAddr() const;
Getter
|
IMPORT_C void SetBTAddr(const TBTDevAddr &aRemote);
Sets BT address from a TBTDevAddr
.
|
IMPORT_C void SetSecurity(const TBTServiceSecurity &aSecurity);
Setter
|
IMPORT_C TBTServiceSecurity BTSecurity() const;
Getter
|
IMPORT_C static TBTSockAddr& Cast(const TSockAddr &aAddr);
Utility function to downcast a TSockAddr
to a TBTSockAddr
|
|