Asterisk - The Open Source Telephony Project GIT-master-7e7a603
Data Fields
msg_queue_entry Struct Reference
Collaboration diagram for msg_queue_entry:
Collaboration graph
[legend]

Data Fields

void * data
 
struct {
   struct msg_queue_entry *   next
 
entry
 
at_message_t expected
 
at_message_t response_to
 

Detailed Description

Definition at line 460 of file chan_mobile.c.

Field Documentation

◆ data

void* data

Definition at line 463 of file chan_mobile.c.

Referenced by handle_sms_prompt(), msg_queue_free_and_pop(), and msg_queue_push_data().

◆ 

struct { ... } entry

◆ expected

at_message_t expected

◆ next

struct msg_queue_entry* next

Definition at line 465 of file chan_mobile.c.

◆ response_to

at_message_t response_to

Definition at line 462 of file chan_mobile.c.

Referenced by msg_queue_push(), and msg_queue_push_data().


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