
Data Fields | |
| int(* | answer )(struct ast_modem_pvt *) |
| void(* | decusecnt )(void) |
| int(* | dial )(struct ast_modem_pvt *, char *) |
| int(* | dialdigit )(struct ast_modem_pvt *, char digit) |
| int | formats |
| int | fullduplex |
| int(* | hangup )(struct ast_modem_pvt *) |
| char *(* | identify )(struct ast_modem_pvt *) |
| char ** | idents |
| void(* | incusecnt )(void) |
| int(* | init )(struct ast_modem_pvt *) |
| char * | name |
| ast_modem_driver * | next |
| ast_frame *(* | read )(struct ast_modem_pvt *) |
| int(* | setdev )(struct ast_modem_pvt *, int dev) |
| int(* | setsilence )(struct ast_modem_pvt *, int onoff) |
| int(* | startpb )(struct ast_modem_pvt *) |
| int(* | startrec )(struct ast_modem_pvt *) |
| int(* | stoppb )(struct ast_modem_pvt *) |
| int(* | stoprec )(struct ast_modem_pvt *) |
| int(* | write )(struct ast_modem_pvt *, struct ast_frame *fr) |
Definition at line 50 of file vmodem.h.
1.5.1