| 
    UniMRCP
    1.7.0
    
   | 
 
#include <mrcp_message.h>

Data Fields | |
| mrcp_start_line_t | start_line | 
| mrcp_channel_id | channel_id | 
| mrcp_message_header_t | header | 
| apt_str_t | body | 
| const mrcp_resource_t * | resource | 
| apr_pool_t * | pool | 
MRCP message
| apt_str_t mrcp_message_t::body | 
Body of MRCP message
| mrcp_channel_id mrcp_message_t::channel_id | 
Channel-identifier of MRCP message
| mrcp_message_header_t mrcp_message_t::header | 
Header of MRCP message
| apr_pool_t* mrcp_message_t::pool | 
Memory pool to allocate memory from
| const mrcp_resource_t* mrcp_message_t::resource | 
Associated MRCP resource
| mrcp_start_line_t mrcp_message_t::start_line | 
Start-line of MRCP message
 1.8.13