UniMRCP  1.7.0
Data Fields
mrcp_start_line_t Struct Reference

#include <mrcp_start_line.h>

Collaboration diagram for mrcp_start_line_t:
Collaboration graph
[legend]

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

◆ length

apr_size_t mrcp_start_line_t::length

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

◆ message_type

mrcp_message_type_e mrcp_start_line_t::message_type

MRCP message type

◆ method_id

mrcp_method_id mrcp_start_line_t::method_id

MRCP method id (associated with method name)

◆ method_name

apt_str_t mrcp_start_line_t::method_name

MRCP method name

◆ request_id

mrcp_request_id mrcp_start_line_t::request_id

Unique identifier among client and server

◆ request_state

mrcp_request_state_e mrcp_start_line_t::request_state

The state of the job initiated by the request

◆ status_code

mrcp_status_code_e mrcp_start_line_t::status_code

Success or failure or other status of the request

◆ version

mrcp_version_e mrcp_start_line_t::version

Version of protocol in use


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