amqp_frame_t

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Unions

Payload
union Payload
Undocumented in source.

Variables

channel
amqp_channel_t channel;

< the channel the frame was received on

frame_type
ubyte frame_type;

< frame type. The types: - AMQP_FRAME_METHOD - use the method union member - AMQP_FRAME_HEADER - use the properties union member - AMQP_FRAME_BODY - use the body_fragment union member

payload
Payload payload;

< the payload of the frame

Meta