anjay
|
#include <sms.h>
An abstract SMS driver definition.
Implementation of a device driver uses this structure as its base. User may implement a custom driver for any device, e.g. AT modem by providing their own device driver methods implementation.
NOTE: Example implementation is provided by the at_sms module.
anjay_smsdrv_free_t* free |
anjay_smsdrv_error_t* get_error |
anjay_smsdrv_recv_all_t* recv_all |
anjay_smsdrv_send_t* send |
anjay_smsdrv_should_try_recv_t* should_try_recv |
anjay_smsdrv_system_socket_t* system_socket |