#include "qpid/sys/IntegerTypes.h"
#include <string>


Go to the source code of this file.
Namespaces | |
| namespace | qpid |
| namespace | qpid::framing |
Typedefs | |
| typedef uint8_t | qpid::framing::FrameType |
| typedef uint16_t | qpid::framing::ChannelId |
| typedef uint32_t | qpid::framing::BatchOffset |
| typedef uint8_t | qpid::framing::ClassId |
| typedef uint8_t | qpid::framing::MethodId |
| typedef uint16_t | qpid::framing::ReplyCode |
Variables | |
| const ChannelId | qpid::framing::CHANNEL_MAX = (ChannelId(~1))>>1 |
| Maximum channel ID used by broker. | |
| const ChannelId | qpid::framing::CHANNEL_HIGH_BIT = ChannelId(~CHANNEL_MAX) |
Definition in file amqp_types.h.
1.5.6