#include <sms_funcs.h>
Data Fields | |
| char | ascii [500] |
| char | date [DATE_LEN] |
| int | is_statusreport |
| char | name [64] |
| char | sender [31] |
| int | sms_id |
| char | smsc [31] |
| char | time [TIME_LEN] |
| int | userdatalength |
Definition at line 87 of file sms_funcs.h.
| char ascii[500] |
Definition at line 92 of file sms_funcs.h.
Referenced by check_sms_report(), modem_process(), send_sms_as_sip(), split_type_0(), split_type_2(), and splitascii().
| char date[DATE_LEN] |
Definition at line 90 of file sms_funcs.h.
Referenced by modem_process(), send_sms_as_sip(), split_type_0(), split_type_2(), and splitascii().
| int is_statusreport |
| char name[64] |
Definition at line 89 of file sms_funcs.h.
Referenced by modem_process(), splitascii(), and splitpdu().
| char sender[31] |
Definition at line 88 of file sms_funcs.h.
Referenced by check_sms_report(), modem_process(), send_sms_as_sip(), split_type_0(), split_type_2(), and splitascii().
| int sms_id |
| char smsc[31] |
| char time[TIME_LEN] |
Definition at line 91 of file sms_funcs.h.
Referenced by modem_process(), send_sms_as_sip(), split_type_0(), split_type_2(), and splitascii().
| int userdatalength |
Definition at line 94 of file sms_funcs.h.
Referenced by modem_process(), send_sms_as_sip(), split_type_0(), split_type_2(), and splitascii().
1.5.6