Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
ast_chan_write_info_t Struct Reference

Structure to handle passing func_channel_write info to channels via setoption. More...

#include <channel.h>

Collaboration diagram for ast_chan_write_info_t:
Collaboration graph
[legend]

Data Fields

struct ast_channelchan
 
char * data
 
const char * function
 
const char * value
 
uint32_t version
 
ast_acf_write_fn_t write_fn
 

Detailed Description

Structure to handle passing func_channel_write info to channels via setoption.

Definition at line 590 of file channel.h.

Field Documentation

◆ chan

struct ast_channel* chan

Definition at line 595 of file channel.h.

Referenced by ast_unreal_setoption().

◆ data

char* data

Definition at line 597 of file channel.h.

Referenced by ast_unreal_setoption().

◆ function

const char* function

Definition at line 596 of file channel.h.

Referenced by ast_unreal_setoption().

◆ value

const char* value

Definition at line 598 of file channel.h.

Referenced by ast_unreal_setoption().

◆ version

uint32_t version

Definition at line 593 of file channel.h.

Referenced by ast_unreal_setoption(), func_channel_write(), and ParsingContext::next().

◆ write_fn

Definition at line 594 of file channel.h.

Referenced by ast_unreal_setoption().


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