Asterisk - The Open Source Telephony Project GIT-master-7e7a603
Data Fields
ast_mwi_blob Struct Reference

Object that represents an MWI update with some additional application defined data. More...

#include <mwi.h>

Collaboration diagram for ast_mwi_blob:
Collaboration graph
[legend]

Data Fields

struct ast_jsonblob
 
struct ast_mwi_statemwi_state
 

Detailed Description

Object that represents an MWI update with some additional application defined data.

Definition at line 471 of file mwi.h.

Field Documentation

◆ blob

struct ast_json* blob

JSON blob of data

Definition at line 473 of file mwi.h.

Referenced by ast_mwi_blob_create(), mwi_app_event_cb(), and mwi_blob_dtor().

◆ mwi_state

struct ast_mwi_state* mwi_state

MWI state

Definition at line 472 of file mwi.h.

Referenced by ast_mwi_blob_create(), mwi_app_event_cb(), and mwi_blob_dtor().


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