Struct SServiceMethodInformation

Struct Documentation

struct SServiceMethodInformation

Service method information struct containing the method name, the request and response type information. This type is used when creating services (servers or clients), or when querying information about them from the registration layer.

Public Functions

inline bool operator==(const SServiceMethodInformation &other) const
inline bool operator<(const SServiceMethodInformation &other) const

Public Members

std::string method_name

The name of the method.

SDataTypeInformation request_type

The type of the method request.

SDataTypeInformation response_type

The type of the method response.