Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QBluetoothSdpQueryResult class encapsulates a result of an SDAP query. More...
#include <QBluetoothSdpQueryResult>
The QBluetoothSdpQueryResult class encapsulates a result of an SDAP query.
This object is returned by the QBluetoothSdpQuery object in the QBluetoothSdpQuery::searchComplete() signal. It represents the result of the service discovery query of a remote device. If the query failed, then the object is invalid. Otherwise, it contains a list of QBluetoothSdpRecord objects that matched the parameters. The result could be valid and empty, in the case that no records were found with the required search attributes.
See also QBluetoothSdpQuery and QBluetoothSdpRecord.
Constructs a valid, empty QBluetoothSdpQueryResult object.
See also isValid().
Construct a QBluetoothSdpQueryResult, copying contents from other.
Adds a service to the search result.
Returns the error string, if any.
See also isValid() and setError().
Returns whether the search result is valid (no error occurred during the search).
See also error().
Resets the results object. This clears the service list, resets the valid flag and clears the error message.
Returns a list of services found during an SDAP query.
Flags that an error occurred during an SDAP query and sets the error string to error.
See also error().
Assign the contents of other to the current QBluetoothSdpQueryResult.
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |