Asterisk - The Open Source Telephony Project GIT-master-27fb039
Loading...
Searching...
No Matches
Data Fields
ast_party_func_args Struct Reference

Data Fields

union { 
 
   struct { 
 
      char *   member 
 
      char *   opts 
 
      char *   other 
 
   }  
 
   char *   argv [sizeof(struct
      __subtype_ast_party_func_args)/sizeof(char *)] 
 
};  
 
unsigned int argc
 

Detailed Description

Option member subnames

Definition at line 474 of file func_callerid.c.

Field Documentation

◆ [union]

union { ... }

◆ argc

unsigned int argc

Definition at line 474 of file func_callerid.c.

◆ argv

char* argv[sizeof(struct __subtype_ast_party_func_args)/sizeof(char *)]

Definition at line 474 of file func_callerid.c.

◆ member

char* member

Definition at line 474 of file func_callerid.c.

◆ opts

char* opts

Definition at line 474 of file func_callerid.c.

◆ other

char* other

Definition at line 474 of file func_callerid.c.


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