UniMRCP  1.7.0
Data Fields
mrcp_message_t Struct Reference

#include <mrcp_message.h>

Collaboration diagram for mrcp_message_t:
Collaboration graph
[legend]

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_tresource
 
apr_pool_t * pool
 

Detailed Description

MRCP message

Field Documentation

◆ body

apt_str_t mrcp_message_t::body

Body of MRCP message

◆ channel_id

mrcp_channel_id mrcp_message_t::channel_id

Channel-identifier of MRCP message

◆ header

mrcp_message_header_t mrcp_message_t::header

Header of MRCP message

◆ pool

apr_pool_t* mrcp_message_t::pool

Memory pool to allocate memory from

◆ resource

const mrcp_resource_t* mrcp_message_t::resource

Associated MRCP resource

◆ start_line

mrcp_start_line_t mrcp_message_t::start_line

Start-line of MRCP message


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