Typedef eCAL::ResponseCallbackT
Defined in File types.h
Typedef Documentation
-
typedef std::function<void(const SServiceResponse &service_response_)> eCAL::ResponseCallbackT
Service response callback function type (low level client interface).
Service response callback function type (low level client interface). (deprecated)
- Param service_response_:
Service response struct containing the (responding) server informations and the response itself.