Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

chanlist Struct Reference


Data Fields

char type [80]
char description [80]
int capabilities
ast_channel *(* requester )(char *type, int format, void *data)
int(* devicestate )(void *data)
chanlist * next

Field Documentation

int capabilities
 

Definition at line 67 of file channel.c.

Referenced by ast_channel_register_ex(), and ast_request().

char description[80]
 

Definition at line 66 of file channel.c.

Referenced by ast_channel_register_ex().

int(* devicestate)(void *data)
 

Referenced by ast_channel_register_ex(), and ast_device_state().

struct chanlist* next
 

Definition at line 70 of file channel.c.

Referenced by ast_channel_register_ex(), ast_channel_unregister(), ast_device_state(), and ast_request().

struct ast_channel*(* requester)(char *type, int format, void *data)
 

Referenced by ast_channel_register_ex(), and ast_request().

char type[80]
 

Definition at line 65 of file channel.c.

Referenced by ast_channel_register_ex(), ast_channel_unregister(), ast_device_state(), and ast_request().


The documentation for this struct was generated from the following file:
Generated on Thu Oct 28 11:33:07 2004 for Asterisk by doxygen1.2.15