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

#include <resource_channels.h>

Data Fields

const char * channel_id
 
const char * value
 
const char * variable
 

Detailed Description

Argument struct for ast_ari_channels_set_channel_var()

Definition at line 689 of file resource_channels.h.

Field Documentation

◆ channel_id

const char* channel_id

Channel's id

Definition at line 691 of file resource_channels.h.

Referenced by ast_ari_channels_set_channel_var(), and ast_ari_channels_set_channel_var_cb().

◆ value

const char* value

◆ variable

const char* variable

The channel variable or function to set

Definition at line 693 of file resource_channels.h.

Referenced by ast_ari_channels_set_channel_var(), ast_ari_channels_set_channel_var_cb(), and ast_ari_channels_set_channel_var_parse_body().


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