|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|
Structure to handle passing func_channel_write info to channels via setoption. More...
#include <channel.h>

Data Fields | |
| struct ast_channel * | chan |
| char * | data |
| const char * | function |
| const char * | value |
| uint32_t | version |
| ast_acf_write_fn_t | write_fn |
Structure to handle passing func_channel_write info to channels via setoption.
| struct ast_channel* chan |
Definition at line 596 of file channel.h.
Referenced by ast_unreal_setoption().
| char* data |
Definition at line 598 of file channel.h.
Referenced by ast_unreal_setoption().
| const char* function |
Definition at line 597 of file channel.h.
Referenced by ast_unreal_setoption().
| const char* value |
Definition at line 599 of file channel.h.
Referenced by ast_unreal_setoption().
| uint32_t version |
Definition at line 594 of file channel.h.
Referenced by ast_unreal_setoption(), func_channel_write(), and ParsingContext::next().
| ast_acf_write_fn_t write_fn |
Definition at line 595 of file channel.h.
Referenced by ast_unreal_setoption().