Asterisk - The Open Source Telephony Project
21.4.1
|
Data Fields | |
const struct ast_aeap_params * | params |
pthread_t | read_thread_id |
struct ao2_container * | transactions |
struct aeap_transport * | transport |
struct ao2_container * | user_data |
const struct ast_aeap_params* params |
This object's configuration parameters
Definition at line 49 of file aeap.c.
Referenced by ast_aeap_create().
pthread_t read_thread_id |
Id of thread that reads data from the transport
Definition at line 57 of file aeap.c.
Referenced by ast_aeap_connect(), ast_aeap_create(), and ast_aeap_disconnect().
struct ao2_container* transactions |
Transactions container
Definition at line 53 of file aeap.c.
Referenced by ast_aeap_create(), and ast_aeap_send_msg_tsx().
struct aeap_transport* transport |
Transport layer communicator
Definition at line 55 of file aeap.c.
Referenced by ast_aeap_connect(), ast_aeap_create(), and ast_aeap_disconnect().
struct ao2_container* user_data |
Container for registered user data objects
Definition at line 51 of file aeap.c.
Referenced by ast_aeap_create(), ast_aeap_user_data_object_by_id(), ast_aeap_user_data_register(), and ast_aeap_user_data_unregister().