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