| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
Object that represents an MWI update with some additional application defined data. More...
#include <mwi.h>

| Data Fields | |
| struct ast_json * | blob | 
| struct ast_mwi_state * | mwi_state | 
Object that represents an MWI update with some additional application defined data.
| 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().
| 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().