Typedef anjay_smsdrv_recv_all_t
Defined in File sms.h
Typedef Documentation
-
typedef int anjay_smsdrv_recv_all_t(anjay_smsdrv_t *driver, anjay_smsdrv_recv_all_cb_t *cb, void *cb_arg)
Examines the SMS inbox.
Note that all entries which are not in 8-bit format or cannot be handled for any other reason, are ignored.
- Param driver:
SMS driver object to operate on.
- Param cb:
Function to invoke for all 8-bit SMS messages present in the inbox. If the callback sets its
out_should_removevariable to true, the message is removed from the inbox.- Param cb_arg:
User data value to be passed on to the
cbfunction.