UniMRCP  1.5.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
mrcp_start_line_t Struct Reference

#include <mrcp_start_line.h>

Data Fields

mrcp_message_type_e message_type
 
mrcp_version_e version
 
apr_size_t length
 
mrcp_request_id request_id
 
apt_str_t method_name
 
mrcp_method_id method_id
 
mrcp_status_code_e status_code
 
mrcp_request_state_e request_state
 

Detailed Description

Start-line of MRCP message

Field Documentation

apr_size_t mrcp_start_line_t::length

Specify the length of the message, including the start-line (v2)

mrcp_message_type_e mrcp_start_line_t::message_type

MRCP message type

mrcp_method_id mrcp_start_line_t::method_id

MRCP method id (associated with method name)

apt_str_t mrcp_start_line_t::method_name

MRCP method name

mrcp_request_id mrcp_start_line_t::request_id

Unique identifier among client and server

mrcp_request_state_e mrcp_start_line_t::request_state

The state of the job initiated by the request

mrcp_status_code_e mrcp_start_line_t::status_code

Success or failure or other status of the request

mrcp_version_e mrcp_start_line_t::version

Version of protocol in use


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