ioio.lib.api
Interface IOIOConnection


public interface IOIOConnection


Method Summary
 void disconnect()
           
 java.io.InputStream getInputStream()
           
 java.io.OutputStream getOutputStream()
           
 void waitForConnect()
           
 

Method Detail

waitForConnect

void waitForConnect()
                    throws ConnectionLostException
Throws:
ConnectionLostException

disconnect

void disconnect()

getInputStream

java.io.InputStream getInputStream()
                                   throws ConnectionLostException
Throws:
ConnectionLostException

getOutputStream

java.io.OutputStream getOutputStream()
                                     throws ConnectionLostException
Throws:
ConnectionLostException