Typedef anjay_smsdrv_system_socket_t

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 select or poll). The returned handle shall be interpreted in the same way as the value returned from avs_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.