UniMRCP  1.7.0
Data Fields
mpf_message_t Struct Reference

#include <mpf_message.h>

Collaboration diagram for mpf_message_t:
Collaboration graph
[legend]

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

◆ assoc_termination

mpf_termination_t* mpf_message_t::assoc_termination

Associated termination

◆ command_id

mpf_command_type_e mpf_message_t::command_id

Command identifier (add, modify, subtract, ...)

◆ context

mpf_context_t* mpf_message_t::context

Context

◆ descriptor

void* mpf_message_t::descriptor

Termination type dependent descriptor

◆ message_type

mpf_message_type_e mpf_message_t::message_type

Message type (request/response/event)

◆ status_code

mpf_status_code_e mpf_message_t::status_code

Status code used in responses

◆ termination

mpf_termination_t* mpf_message_t::termination

Termination


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