Typedef eCAL::ServerEventCallbackT

Typedef Documentation

typedef std::function<void(const SServiceId &service_id_, const struct SServerEventCallbackData &data_)> eCAL::ServerEventCallbackT

Server event callback function type.

Server event callback function type. (deprecated)

Param service_id_:

The service id struct of the connection that triggered the event.

Param data_:

Event callback data structure with the event specific information.

Param service_name_:

The service name of the connection that triggered the event.

Param data_:

Event callback data structure with the event specific information.