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

#include <mpf_message.h>

Data Fields

mpf_message_type_e message_type
 
mpf_command_type_e command_id
 
mpf_status_code_e status_code
 
mpf_context_tcontext
 
mpf_termination_ttermination
 
mpf_termination_tassoc_termination
 
void * descriptor
 

Detailed Description

MPF message definition

Field Documentation

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


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