Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
ast_mwi_blob Struct Reference

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

#include <mwi.h>

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

struct ast_json* blob

JSON blob of data

Definition at line 473 of file mwi.h.

Referenced by ast_mwi_blob_create(), and mwi_app_event_cb().

struct ast_mwi_state* mwi_state

MWI state

Definition at line 472 of file mwi.h.

Referenced by ast_mwi_blob_create(), and mwi_app_event_cb().


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