Additional data types used in the API. More...
Classes | |
struct | pn_bytes_t |
A const byte buffer. More... | |
struct | pn_rwbytes_t |
A non-const byte buffer. More... | |
Macros | |
#define | PN_MILLIS_MAX |
The maximum value for pn_millis_t. | |
Functions | |
pn_bytes_t | pn_bytes (size_t size, const char *start) |
Create a pn_bytes_t. | |
pn_rwbytes_t | pn_rwbytes (size_t size, char *start) |
Create a pn_rwbytes_t. | |
Additional data types used in the API.