#include <sms_funcs.h>
Data Fields | |
| int | baudrate |
| char | device [MAX_CHAR_BUF+1] |
| int | fd |
| int | looping_interval |
| int | mode |
| char | name [MAX_CHAR_BUF+1] |
| int | net_list [MAX_NETWORKS] |
| struct termios | oldtio |
| char | pin [MAX_CHAR_BUF+1] |
| int | retry |
| char | smsc [MAX_CHAR_BUF+1] |
Definition at line 66 of file sms_funcs.h.
| int baudrate |
Definition at line 77 of file sms_funcs.h.
Referenced by parse_config_lines(), set_modem_arg(), and setmodemparams().
| char device[MAX_CHAR_BUF+1] |
Definition at line 68 of file sms_funcs.h.
Referenced by initmodem(), modem_process(), openmodem(), parse_config_lines(), and set_modem_arg().
| int fd |
Definition at line 76 of file sms_funcs.h.
Referenced by closemodem(), openmodem(), put_command(), and setmodemparams().
| int looping_interval |
Definition at line 75 of file sms_funcs.h.
Referenced by modem_process(), parse_config_lines(), and set_modem_arg().
| int mode |
Definition at line 73 of file sms_funcs.h.
Referenced by checkmodem(), decode_pdu(), fetchsms(), initmodem(), make_pdu(), parse_config_lines(), putsms(), set_modem_arg(), and splitpdu().
| char name[MAX_CHAR_BUF+1] |
Definition at line 67 of file sms_funcs.h.
Referenced by initmodem(), modem_process(), and parse_config_lines().
| int net_list[MAX_NETWORKS] |
struct termios oldtio [read] |
| char pin[MAX_CHAR_BUF+1] |
Definition at line 69 of file sms_funcs.h.
Referenced by initmodem(), parse_config_lines(), and set_modem_arg().
| int retry |
Definition at line 74 of file sms_funcs.h.
Referenced by parse_config_lines(), putsms(), and set_modem_arg().
| char smsc[MAX_CHAR_BUF+1] |
Definition at line 70 of file sms_funcs.h.
Referenced by initmodem(), parse_config_lines(), and set_modem_arg().
1.5.6