struct eCAL::SServiceResponse
Service response struct containing the (responding) server informations and the response itself.
Members
public std::string
host_name
service host name
public std::string
service_name
name of the service
public std::string
service_id
id of the service
public std::string
method_name
name of the service method
public std::string
error_msg
human readable error message
public int
ret_state
return state of the called service method
public eCallState
call_state
call state (see eCallState)
public std::string
response
service response