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

Data Fields

const struct ast_aeap_paramsparams
 
pthread_t read_thread_id
 
struct ao2_containertransactions
 
struct aeap_transporttransport
 
struct ao2_containeruser_data
 

Detailed Description

Definition at line 47 of file aeap.c.

Field Documentation

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().


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