Hi Denis,
The purpose was to be able to send long AT commands answers (like the
AT+CGDCONT?) without allocating buffers but, after reconsidering the
code it is not really needed as i can use the "g_at_server_send_info"
for the same purpose ;)
So you can ignore this patch.
Thanks
Olivier
On 02/14/2011 05:23 PM, Denis Kenzior wrote:
Hi Olivier,
> @@ -112,6 +112,7 @@ void g_at_server_send_unsolicited(GAtServer *server, const char
*result);
> * responses.
> */
> void g_at_server_send_info(GAtServer *server, const char *line, gboolean last);
> +void g_at_server_send_data(GAtServer *server, const char *format, ...);
>
What is the target use case you're thinking of for this one?
> #ifdef __cplusplus
> }
Regards,
-Denis