diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_t_bluetooth_info.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_t_bluetooth_info.html Tue Mar 30 16:16:55 2010 +0100 @@ -0,0 +1,152 @@ + + + + +TB9.2 Example Applications: TBluetoothInfo Class Reference + + + + + +
+

TBluetoothInfo Class Reference

+

List of all members.

+ + + + + + + +

Public Member Functions

 TBluetoothInfo (TDes &aName, TDes &aAddress)
void GetDeviceName (TDes &aName)
void GetAddressHex (TDes &aAddress)
void SetDeviceName (TDes &aName)
void SetAddressHex (TDes &aAddress)
+

Detailed Description

+

TBluetoothInfo represents Bluetooth device's data.

+ +

Definition at line 18 of file bluetoothinfo.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
TBluetoothInfo::TBluetoothInfo (TDes &  aName,
TDes &  aAddress 
)
+
+
+

TBluetoothInfo()

+

discussion Destructor. param aName is the name of a bluetooth device. param aAddress is the address of a bluetooth device.

+ +

Definition at line 13 of file bluetoothinfo.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + + + +
void TBluetoothInfo::GetDeviceName (TDes &  aName ) 
+
+
+

GetDeviceName()

+

discussion Gets name of bluetooth device. param aName is a reference which the name of a bluetooth device is copied

+ +

Definition at line 25 of file bluetoothinfo.cpp.

+ +
+
+ +
+
+ + + + + + + + + +
void TBluetoothInfo::GetAddressHex (TDes &  aAddress ) 
+
+
+

void GetAddressHex()

+

discussion Gets address of bluetooth device. param aAddress is the reference which the address of a bluetooth device is copied.

+ +

Definition at line 35 of file bluetoothinfo.cpp.

+ +
+
+ +
+
+ + + + + + + + + +
void TBluetoothInfo::SetDeviceName (TDes &  aName ) 
+
+
+

SetDeviceName()

+

discussion Sets the name of a bluetooth device param aName is the name of a bluetooth device

+ +

Definition at line 46 of file bluetoothinfo.cpp.

+ +
+
+ +
+
+ + + + + + + + + +
void TBluetoothInfo::SetAddressHex (TDes &  aAddress ) 
+
+
+

SetAddressHex()

+

discussion Sets the address of a bluetooth device. param aAddress is the address of a device

+ +

Definition at line 56 of file bluetoothinfo.cpp.

+ +
+
+
+
Generated by  + +doxygen 1.6.2
+ +