Hi,

Zitat von gajendra singh <[EMAIL PROTECTED]>:
> problem:
> 1. need developers mailing list (email-id)

That's here. Or what do you mean?

> 2. Technical
> when I  get "OBEX_EV_REQDONE" event for my GET request.
> I need to parse the data in GET response and again have to call
> OBEX_Request():
> here it fails as obex_t is already having obex "object".
>
> to explain it better the call flow is
> obex_deliver_event-->my_obex_event_handler{ fetch the get response,
> parse it and prepare a new data to send to peer}->OBEX_Request{here it
> fails, as already there is obex object in obex_t(obex handle)

That's simple: re-use the obex_object_t from the event handler.
You need OBEX_Request() only if you make a new request. However, for a  
new request, you need to finish the current request and leave the last  
event handler call.

HS



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Openobex-users mailing list
[email protected]
http://lists.sourceforge.net/lists/listinfo/openobex-users

Reply via email to