#include <vmodem.h>
Collaboration diagram for ast_modem_driver:
Data Fields | |
char * | name |
char ** | idents |
int | formats |
int | fullduplex |
void(* | incusecnt )(void) |
void(* | decusecnt )(void) |
char *(* | identify )(struct ast_modem_pvt *) |
int(* | init )(struct ast_modem_pvt *) |
int(* | setdev )(struct ast_modem_pvt *, int dev) |
ast_frame *(* | read )(struct ast_modem_pvt *) |
int(* | write )(struct ast_modem_pvt *, struct ast_frame *fr) |
int(* | dial )(struct ast_modem_pvt *, char *) |
int(* | answer )(struct ast_modem_pvt *) |
int(* | hangup )(struct ast_modem_pvt *) |
int(* | startrec )(struct ast_modem_pvt *) |
int(* | stoprec )(struct ast_modem_pvt *) |
int(* | startpb )(struct ast_modem_pvt *) |
int(* | stoppb )(struct ast_modem_pvt *) |
int(* | setsilence )(struct ast_modem_pvt *, int onoff) |
int(* | dialdigit )(struct ast_modem_pvt *, char digit) |
ast_modem_driver * | next |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|