Additional data types used in the API. More...
Classes | |
struct | pn_atom_t |
A discriminated union that holds any scalar AMQP value. More... | |
struct | pn_bytes_t |
A const byte buffer. More... | |
struct | pn_rwbytes_t |
A non-const byte buffer. More... | |
Defines | |
#define | PN_MILLIS_MAX |
The maximum value for pn_millis_t. | |
Typedefs | |
typedef uint32_t | pn_sequence_t |
A sequence number. | |
typedef uint32_t | pn_millis_t |
A span of time in milliseconds. | |
typedef uint32_t | pn_seconds_t |
A span of time in seconds. | |
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.