Hi, I have a problem with phisically disconnecting wireless ethernet card from MIDlet. I'm using Handspring Visor Neo with Xircom Wireless Ethernet Module. Here is part of code: StreamConnection c = null; DataInputStream socketIn = null; DataOutputStream socketOut = null;
The problem is, that when I close the connection, the Xircom card is still acting and the only way I can put it in "standby mode" is to choose "disconnect" from MIDlet menu. Is there any other way to do it? Please help me, it is urgent. Chris Bilinski
subject: Disconnect SocketConnection on Handspring