A struct containing the callbacks that needs to be registered by the component using this interface.
#include <ISystemControllerInterface.h>
Name | |
---|---|
std::function< Response(const std::string &, const nlohmann::json &)> | mRequestCallback |
std::function< void(uint32_t, const std::string &, const std::error_code &)> | mConnectionClosedCallback |
std::function< Response(const std::string &, const nlohmann::json &)> mRequestCallback;
std::function< void(uint32_t, const std::string &, const std::error_code &)> mConnectionClosedCallback;
Updated on 2024-01-25 at 12:02:05 +0100