v2_protocol.hpp
Go to the documentation of this file.
1 /* SPDX-License-Identifier: MPL-2.0 */
2 
3 #ifndef __ZMQ_V2_PROTOCOL_HPP_INCLUDED__
4 #define __ZMQ_V2_PROTOCOL_HPP_INCLUDED__
5 
6 namespace zmq
7 {
8 // Definition of constants for ZMTP/2.0 transport protocol.
10 {
11  public:
12  // Message flags.
13  enum
14  {
15  more_flag = 1,
18  };
19 };
20 }
21 
22 #endif
zmq
Definition: zmq.hpp:229
zmq::v2_protocol_t::command_flag
@ command_flag
Definition: v2_protocol.hpp:17
zmq::v2_protocol_t::large_flag
@ large_flag
Definition: v2_protocol.hpp:16
zmq::v2_protocol_t
Definition: v2_protocol.hpp:9
zmq::v2_protocol_t::more_flag
@ more_flag
Definition: v2_protocol.hpp:15


libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:01