Struct SServiceResponse#

Struct Documentation#

struct SServiceResponse#

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

Public Functions

inline SServiceResponse()#

Public Members

std::string host_name#

service host name

std::string service_name#

name of the service

std::string service_id#

id of the service

std::string method_name#

name of the service method

std::string error_msg#

human readable error message

int ret_state#

return state of the called service method

eCallState call_state#

call state (see eCallState)

std::string response#

service response