Typedef eCAL::ResponseCallbackT

Typedef eCAL::ResponseCallbackT#

Typedef Documentation#

typedef std::function<void(const struct SServiceResponse &service_response_)> eCAL::ResponseCallbackT#

Service response callback function type (low level client interface).

Param service_response_:

Service response struct containing the (responding) server informations and the response itself.