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 @@ + + +
+ +Public Member Functions | |
TBluetoothInfo (TDes &aName, TDes &aAddress) | |
void | GetDeviceName (TDes &aName) |
void | GetAddressHex (TDes &aAddress) |
void | SetDeviceName (TDes &aName) |
void | SetAddressHex (TDes &aAddress) |
TBluetoothInfo represents Bluetooth device's data.
+ +Definition at line 18 of file bluetoothinfo.h.
+TBluetoothInfo::TBluetoothInfo | +( | +TDes & | +aName, | +|
+ | + | TDes & | +aAddress | + |
+ | ) | ++ |
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.
+ +void TBluetoothInfo::GetDeviceName | +( | +TDes & | +aName | +) | ++ |
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 | +) | ++ |
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 | +) | ++ |
discussion Sets the address of a bluetooth device. param aAddress is the address of a device
+ +Definition at line 56 of file bluetoothinfo.cpp.
+ +