Typedef eCAL::ServerEventCallbackT#
Defined in File ecal_callback.h
Typedef Documentation#
-
using eCAL::ServerEventCallbackT = std::function<void(const char*, const struct SServerEventCallbackData*)>#
Server event callback function type.
- Param name_:
The name of the connection that triggered the event.
- Param data_:
Event callback data structure with the event specific information.