"

2013 FRC Java API

"

com.sun.cldc.io
Interface ConnectionBaseInterface


public interface ConnectionBaseInterface

Base class for Connection protocols.

Version:
1.1 2/21/2000
Author:
Nik Shaylor

Method Summary
 void close()
           
 Connection openPrim(String name, int mode, boolean timeouts)
           
 

Method Detail

openPrim

Connection openPrim(String name,
                    int mode,
                    boolean timeouts)
                    throws IOException
Throws:
IOException

close

void close()
           throws IOException
Throws:
IOException

"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"