| 
    UniMRCP
    1.7.0
    
   | 
 
#include <mpf_message.h>

MPF message definition
| mpf_termination_t* mpf_message_t::assoc_termination | 
Associated termination
| mpf_command_type_e mpf_message_t::command_id | 
Command identifier (add, modify, subtract, ...)
| mpf_context_t* mpf_message_t::context | 
Context
| void* mpf_message_t::descriptor | 
Termination type dependent descriptor
| mpf_message_type_e mpf_message_t::message_type | 
Message type (request/response/event)
| mpf_status_code_e mpf_message_t::status_code | 
Status code used in responses
| mpf_termination_t* mpf_message_t::termination | 
Termination
 1.8.13