A response message to SEARCH request. A response message to SEARCH requests is defined by the SetDescriptors list matching the given query parameters provided by the client. More...
#include <client_protocol.h>


Public Member Functions | |
| SearchResponse (ResponseCode code) | |
| void | setFoundCount (int c) |
| int | getFoundCount () const |
| void | addSdFields (int sn, const std::map< std::string, std::string > &fields) |
Public Member Functions inherited from net::ResponseMessage | |
| ResponseMessage (ResponseCode code) | |
| ResponseCode | getResponseCode () const |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const SearchResponse &msg) |
Additional Inherited Members | |
Protected Attributes inherited from net::ResponseMessage | |
| ResponseCode | responseCode |
A response message to SEARCH request. A response message to SEARCH requests is defined by the SetDescriptors list matching the given query parameters provided by the client.
1.8.8