Wed Jan 8 2020 09:50:24

Asterisk developer's documentation


event_channel Struct Reference

Public Member Functions

 AST_LIST_ENTRY (event_channel)
 

Data Fields

SaEvtChannelHandleT handle
 
char name [1]
 
struct {
   struct publish_event *   first
 
   struct publish_event *   last
 
publish_events
 
 subscribe_events
 

Detailed Description

Definition at line 102 of file evt.c.

Member Function Documentation

AST_LIST_ENTRY ( event_channel  )
inline

Definition at line 103 of file evt.c.

114 {

Field Documentation

struct publish_event* first

Definition at line 105 of file evt.c.

SaEvtChannelHandleT handle
struct publish_event* last

Definition at line 105 of file evt.c.

subscribe_events

Definition at line 104 of file evt.c.

Referenced by add_subscribe_event(), ais_evt_show_event_channels(), and event_channel_destroy().


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