#include <btmanclient.h>
class CBTRegistryResponse : public CActive |
Public Member Functions | |
---|---|
~CBTRegistryResponse() | |
IMPORT_C CBTRegistryResponse * | NewL(RBTRegistry &) |
IMPORT_C RBTDeviceArray & | Results() |
IMPORT_C void | Start(TRequestStatus &) |
Inherited Attributes | |
---|---|
CActive::iStatus |
Inherited Enumerations | |
---|---|
CActive:TPriority |
Retrieves a set of results from the Registry.
This is a helper class that retrieves the set of results from a view set-up in the registry. A view is set-up in the registry using RBTRegistry::CreateView.
See also: RBTRegistry
IMPORT_C CBTRegistryResponse * | NewL | ( | RBTRegistry & | aView | ) | [static] |
See also: CreateView()
Parameter | Description |
---|---|
aView | the Registry subsession that has had a View created on it |
Returns: pointer to allocated object
IMPORT_C RBTDeviceArray & | Results | ( | ) |
Get Results previously fetched from the Registry Server.
Returns: reference to the array of results
IMPORT_C void | Start | ( | TRequestStatus & | aClientStatus | ) |
Start fetching results from the Registry Server. When the request is complete, the results can be obtained via the Results() method.
Parameter | Description |
---|---|
aClientStatus | a TRequestStatus passed in by the caller |