Typedef anjay_smsdrv_system_socket_t
Defined in File sms.h
Typedef Documentation
-
typedef int anjay_smsdrv_system_socket_t(anjay_smsdrv_t *driver, const void **out)
Returns a pointer to bare system handle to the modem port (e.g. to invoke
selectorpoll). The returned handle shall be interpreted in the same way as the value returned fromavs_net_socket_get_system().- Param driver:
SMS driver object to operate on.
- Param out:
Pointer to a variable in which to save the pointer to the system handle.
- Return:
Zero for success, or a negative value in case of error.