The response options for various asynchronous calls.
More...
#include <response_options.h>
|
class | async_client |
| The client has special access.
|
|
class | response_options_test |
|
class | token_test |
|
The response options for various asynchronous calls.
mqtt::response_options::response_options |
( |
const token_ptr & |
tok | ) |
|
Creates a response object with the specified callbacks.
- Parameters
-
tok | A token to be used as the context. |
void mqtt::response_options::set_token |
( |
const token_ptr & |
tok | ) |
|
|
inline |
Sets the callback context to a generic token.
- Parameters
-
tok | The token to be used as the callback context. |
The documentation for this class was generated from the following file: