diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_device_discoverer.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_device_discoverer.html Tue Mar 30 16:16:55 2010 +0100 @@ -0,0 +1,227 @@ + + +
+ +Public Member Functions | |
~CDeviceDiscoverer () | |
void | DiscoverDevicesL (TDeviceDataList *aDevDataList) |
TBool | HasDevices () |
void | StopDiscovery () |
Static Public Member Functions | |
static CDeviceDiscoverer * | NewL (RSocketServ &aSocketServ, MDeviceDiscoObserver &aObserver) |
static CDeviceDiscoverer * | NewLC (RSocketServ &aSocketServ, MDeviceDiscoObserver &aObserver) |
Protected Member Functions | |
void | RunL () |
void | DoCancel () |
Definition at line 41 of file DeviceDiscoverer.h.
+CDeviceDiscoverer::~CDeviceDiscoverer | +( | ++ | ) | ++ |
discussion Destroy the object and release all memory objects
+ +Definition at line 56 of file DeviceDiscoverer.cpp.
+ +CDeviceDiscoverer * CDeviceDiscoverer::NewL | +( | +RSocketServ & | +aSocketServ, | +|
+ | + | MDeviceDiscoObserver & | +aObserver | + |
+ | ) | + [static] |
+
discussion Create new CDeviceDiscoverer object return a pointer to the created instance of CDeviceDiscoverer
+ +Definition at line 10 of file DeviceDiscoverer.cpp.
+ +CDeviceDiscoverer * CDeviceDiscoverer::NewLC | +( | +RSocketServ & | +aSocketServ, | +|
+ | + | MDeviceDiscoObserver & | +aObserver | + |
+ | ) | + [static] |
+
Definition at line 19 of file DeviceDiscoverer.cpp.
+ +void CDeviceDiscoverer::DiscoverDevicesL | +( | +TDeviceDataList * | +aDevDataList | +) | ++ |
discussion Discovers remote bluetooth devices within range.
+param aDevDataList device data list where the found devices will be placed.
+ +Definition at line 70 of file DeviceDiscoverer.cpp.
+ +TBool CDeviceDiscoverer::HasDevices | +( | ++ | ) | ++ |
discussion any devices discovered?
+return true if any devices were discovered.
+ +Definition at line 151 of file DeviceDiscoverer.cpp.
+ +void CDeviceDiscoverer::StopDiscovery | +( | ++ | ) | ++ |
discussion Stops ongoing device discovery
+ +Definition at line 178 of file DeviceDiscoverer.cpp.
+ +void CDeviceDiscoverer::RunL | +( | ++ | ) | + [protected] |
+
discussion Handle the active objects request completion.
+ +Definition at line 106 of file DeviceDiscoverer.cpp.
+ +void CDeviceDiscoverer::DoCancel | +( | ++ | ) | + [protected] |
+
discussion Cancels the outstanding request on active object.
+ +Definition at line 141 of file DeviceDiscoverer.cpp.
+ +