Location:
bt_sock.h
Link against: bluetooth.lib
TBTSockAddr
Supported from 6.1
Base class for Bluetooth socket address classes.
It adds a Bluetooth device address field to the generic socket address type TSockAddr.
|
Defined in TBTSockAddr:
BTAddr(), SetBTAddr(), TBTSockAddr()
Inherited from TBuf8:
operator=()
Inherited from TDes8:
Append(),
AppendFill(),
AppendFormat(),
AppendFormatList(),
AppendJustify(),
AppendNum(),
AppendNumFixedWidth(),
AppendNumFixedWidthUC(),
AppendNumUC(),
Capitalize(),
Collate(),
Copy(),
CopyC(),
CopyCP(),
CopyF(),
CopyLC(),
CopyUC(),
Delete(),
Fill(),
FillZ(),
Fold(),
Format(),
FormatList(),
Insert(),
Justify(),
LowerCase(),
MaxLength(),
MaxSize(),
Num(),
NumFixedWidth(),
NumFixedWidthUC(),
NumUC(),
PtrZ(),
Repeat(),
Replace(),
SetLength(),
SetMax(),
Swap(),
Trim(),
TrimAll(),
TrimLeft(),
TrimRight(),
UpperCase(),
Zero(),
ZeroTerminate(),
operator+=(),
operator=,
operator[]()
Inherited from TDesC8:
Alloc(),
AllocL(),
AllocLC(),
Compare(),
CompareC(),
CompareF(),
Find(),
FindC(),
FindF(),
Left(),
Length(),
Locate(),
LocateF(),
LocateReverse(),
LocateReverseF(),
Match(),
MatchC(),
MatchF(),
Mid(),
Ptr(),
Right(),
Size(),
operator!=(),
operator<(),
operator<=(),
operator==(),
operator>(),
operator>=()
Inherited from TSockAddr:
CmpPort(),
Family(),
GetUserLen(),
Port(),
SetFamily(),
SetPort(),
SetUserLen(),
UserPtr()
TBTSockAddr();
Default constructor.
The socket family is set to Bluetooth (KBTAddrFamily).
TBTSockAddr(const TSockAddr &aAddr);
Copy constructor.
|
TBTDevAddr BTAddr() const;
Gets Bluetooth address.
|
void SetBTAddr(const TBTDevAddr& aRemote);
Sets Bluetooth address.
|