Asterisk - The Open Source Telephony Project GIT-master-6144b6b
Loading...
Searching...
No Matches
Data Fields
ast_ari_channels_get_channel_vars_args Struct Reference

#include <resource_channels.h>

Data Fields

const char * channel_id
 
const char ** variables
 
size_t variables_count
 
char * variables_parse
 

Detailed Description

Argument struct for ast_ari_channels_get_channel_vars()

Definition at line 732 of file resource_channels.h.

Field Documentation

◆ channel_id

const char* channel_id

Channel's id

Definition at line 734 of file resource_channels.h.

◆ variables

const char** variables

Array of The channel variables or functions to get

Definition at line 736 of file resource_channels.h.

◆ variables_count

size_t variables_count

Length of variables array.

Definition at line 738 of file resource_channels.h.

◆ variables_parse

char* variables_parse

Parsing context for variables.

Definition at line 740 of file resource_channels.h.


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