rabbitmq-c  0.5.0
C AMQP Client library for RabbitMQ
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
amqp_table_entry_t Struct Reference

An entry in a field-table. More...

Data Fields

amqp_bytes_t key
 the table entry key. More...
 
amqp_field_value_t value
 the table entry values
 

Detailed Description

An entry in a field-table.

See Also
amqp_table_encode(), amqp_table_decode(), amqp_table_clone()
Since
v0.1

Field Documentation

amqp_bytes_t amqp_table_entry_t::key

the table entry key.

Its a null-terminated UTF-8 string, with a maximum size of 128 bytes


The documentation for this struct was generated from the following file: