OBEX Server needs to send a message!!!!

Login to reply to this topic.
Wed, 2006-04-12 16:35
Joined: 2005-11-12
Forum posts: 68
hi,
can a Obex server send a message.i dont find any put methods in CObexServer.It happens only in the client part.is there any ways for the obex server to send a mesage.and more over in the sdk example the server doesnt inherit CActive.Can the Obex server inherit this class ?

PLease provide me some tips.

cheers
Priju

Fri, 2006-04-14 12:03
Joined: 2005-03-06
Forum posts: 183
Re: OBEX Server needs to send a message!!!!
Obex server only recieves a message, the client will send. You need a server to wait for a message and a client to send a mesage.

This means you need 2 phones to test the sample code, one running the server (first) the other sending using the client

Regards,
isseyp
Tue, 2006-04-18 15:35
Joined: 2005-11-12
Forum posts: 68
Re: OBEX Server needs to send a message!!!!
Ok ..
Thanks for the message.
Regards

Priju
  • Login to reply to this topic.