Hello,
I have write a program with Rsocket and ActiveObject.
The program is very simple.
But I don't know why after I call iSocket.Write(...,iStatus).
the write operation return with iStatus = -25 (in RunL)
What does it means?
Thanks
Hello,
I have write a program with Rsocket and ActiveObject.
The program is very simple.
But I don't know why after I call iSocket.Write(...,iStatus).
the write operation return with iStatus = -25 (in RunL)
What does it means?
Thanks
Negative numbers are here: http://wiki.forum.nokia.com/index.php/Error_codes
Your sockets is probably closed for some reason.