Qpid Proton C 0.40.0
 
Loading...
Searching...
No Matches
AMQP data types

AMQP data types. More...

Classes

struct  pn_decimal128_t
 A 128-bit decimal floating-point number. More...
 
struct  pn_uuid_t
 A 16-byte universally unique identifier. More...
 

Typedefs

typedef int64_t pn_timestamp_t
 A 64-bit timestamp in milliseconds since the Unix epoch.
 
typedef uint32_t pn_char_t
 A 32-bit Unicode code point.
 
typedef uint32_t pn_decimal32_t
 A 32-bit decimal floating-point number.
 
typedef uint64_t pn_decimal64_t
 A 64-bit decimal floating-point number.
 

Detailed Description

AMQP data types.


Class Documentation

◆ pn_decimal128_t

struct pn_decimal128_t

A 128-bit decimal floating-point number.

Class Members
char bytes[16]

◆ pn_uuid_t

struct pn_uuid_t

A 16-byte universally unique identifier.

Class Members
char bytes[16]