Structure to handle passing func_channel_write info to channels via setoption. More...
#include <channel.h>
Data Fields | |
struct ast_channel * | chan |
char * | data |
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.
Definition at line 207 of file channel.h.
struct ast_channel* chan [read] |
Definition at line 212 of file channel.h.
Referenced by local_setoption().
char* data |
Definition at line 214 of file channel.h.
Referenced by local_setoption().
char* function |
Definition at line 213 of file channel.h.
Referenced by local_setoption().
const char* value |
Definition at line 215 of file channel.h.
Referenced by local_setoption().
uint32_t version |
Definition at line 210 of file channel.h.
Referenced by local_setoption().
Definition at line 211 of file channel.h.
Referenced by local_setoption().