#include <switch_module_interfaces.h>
Collaboration diagram for switch_application_interface:

Data Fields | |
| const char * | interface_name |
| switch_application_function_t | application_function |
| const char * | long_desc |
| const char * | short_desc |
| const char * | syntax |
| uint32_t | flags |
| switch_application_interface * | next |
|
|
function the application implements |
|
|
flags to control behaviour |
|
|
the name of the interface |
|
|
the long winded description of the application |
|
|
|
|
|
the short and sweet description of the application |
|
|
an example of the application syntax |
1.3.9.1