10 #ifndef GO_PXL_SDK_RESPONSETYPE_H
11 #define GO_PXL_SDK_RESPONSETYPE_H
30 operator Type()
const {
return type; }
constexpr bool operator==(Type t) const
Definition: GoResponseType.h:32
constexpr bool operator!=(Type t) const
Definition: GoResponseType.h:34
static std::string ToString(Type type)
constexpr bool operator!=(GoResponseType t) const
Definition: GoResponseType.h:33
constexpr GoResponseType(Type type)
Definition: GoResponseType.h:28
static GoResponseType FromString(const std::string &type)
Definition: GoResponseType.h:16
A change notification.
Definition: GoResponseType.h:22
A streamed message.
Definition: GoResponseType.h:23
Type
Definition: GoResponseType.h:19
constexpr bool operator==(GoResponseType t) const
Definition: GoResponseType.h:31
A reply to a request (e.g. Read or Update).
Definition: GoResponseType.h:21