|
GoPxL SDK
|
Public Types | |
| enum | Type : k32s { Request, Notification, Stream } |
Public Member Functions | |
| GoResponseType ()=default | |
| constexpr | GoResponseType (Type type) |
| operator Type () const | |
| constexpr bool | operator!= (GoResponseType t) const |
| constexpr bool | operator!= (Type t) const |
| constexpr bool | operator== (GoResponseType t) const |
| constexpr bool | operator== (Type t) const |
Static Public Member Functions | |
| static GoResponseType | FromString (const std::string &type) |
| static std::string | ToString (Type type) |