Asterisk - The Open Source Telephony Project GIT-master-7e7a603
Data Fields
ast_aeap_message_handler Struct Reference

An Asterisk external application message handler. More...

#include <res_aeap.h>

Collaboration diagram for ast_aeap_message_handler:
Collaboration graph
[legend]

Data Fields

const char * name
 
ast_aeap_on_message on_message
 

Detailed Description

An Asterisk external application message handler.

Used to register message handlers with an AEAP object.

Definition at line 108 of file res_aeap.h.

Field Documentation

◆ name

const char* name

The handler name

Definition at line 110 of file res_aeap.h.

Referenced by PathSegment::get_child(), Parameter::load(), Property::load(), and SwaggerType::load().

◆ on_message

ast_aeap_on_message on_message

Callback triggered when on a name match

Definition at line 112 of file res_aeap.h.

Referenced by raise_msg_handler().


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