Typedef eCAL::ClientEventCallbackT

Typedef Documentation

typedef std::function<void(const SServiceId &service_id_, const SClientEventCallbackData &data_)> eCAL::ClientEventCallbackT

Client event callback function type.

Client 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.