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 43 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 38 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 50 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 60 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 71 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 81 of file bluetoothinfo.cpp.


Generated by  doxygen 1.6.2