I dont fully understand your question. However, if your application is a socket enabled application, you have to explicitly open the socket before using it and close the socket after using it. If you meant the status of the connection then you can use RNif::Progress(TNifProgress& aProgress) to inquire the current stage of the dial-up connection. Please refer to the SDK'Help with topic "RNif", "TNetDialProgress" for more information.
Regards,
FN Developer Support
Help!!How can I detect socket status!!??
2002-12-30, 00:47#2
I am a beginner of symbian platform.I want to detect whether there are sockets exist in my program ,and get the status of sockets(close ,read or write? ). Anyone knows how to do? thanks!!