/builddir/build/BUILD/qpid-proton-0.4/proton-c/include/proton/framing.h File Reference
#include <proton/import_export.h>
#include <stdint.h>
#include <sys/types.h>
Go to the source code of this file.
Define Documentation
#define AMQP_HEADER_SIZE (8) |
#define AMQP_MIN_MAX_FRAME_SIZE ((uint32_t)512) |
#define PROTON_FRAMING_H 1 |
Function Documentation
PN_EXTERN size_t pn_read_frame |
( |
pn_frame_t * |
frame, |
|
|
const char * |
bytes, |
|
|
size_t |
available | |
|
) |
| | |
PN_EXTERN size_t pn_write_frame |
( |
char * |
bytes, |
|
|
size_t |
size, |
|
|
pn_frame_t |
frame | |
|
) |
| | |