|
cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
|
Definition of MessageType enumeration. More...
#include <cstdint>#include <string_view>#include "msgpack_rpc/impl/msgpack_rpc_export.h"Go to the source code of this file.
Namespaces | |
| namespace | msgpack_rpc |
| Namespace of cpp-msgpack-rpc library. | |
Enumerations | |
| enum class | msgpack_rpc::messages::MessageType : std::uint8_t { msgpack_rpc::messages::REQUEST = 0 , msgpack_rpc::messages::RESPONSE = 1 , msgpack_rpc::messages::NOTIFICATION = 2 } |
| Enumeration of message types. More... | |
Functions | |
| std::string_view | msgpack_rpc::messages::format_message_type (MessageType type) noexcept |
| Format a message type. | |
Definition of MessageType enumeration.
Definition in file message_type.h.