API Documentation
|
#include <Connection.h>
Public Types | |
enum | SearchReturn { e_continue_searching , e_stop_searching } |
Public Attributes | |
Buffer< ConnectionCategory > | allowed_categories |
std::function< SearchReturn(const ConnectionInfo &)> | on_device_found = nullptr |
std::function< SearchReturn(const ConnectionInfo &)> | on_service_found = nullptr |
ProgressInfo * | log = nullptr |
TimeSpan | timeout = TimeSpan(30.0) |
enum SearchReturn |
Buffer<ConnectionCategory> allowed_categories |
ProgressInfo* log = nullptr |
std::function<SearchReturn(const ConnectionInfo&)> on_device_found = nullptr |
std::function<SearchReturn(const ConnectionInfo&)> on_service_found = nullptr |