wonderly.jeaprs.io
Interface TNCInitialization

All Known Implementing Classes:
TNCFileAccess

public interface TNCInitialization

This interface defines the methods that return the contents of the TNC initialization files used in JeAPRS.

Version:
1.0
Author:
Gregg Wonderly - The information contained in this document is Copyright 2001-2003, Gregg Wonderly, all rights reserved.

Method Summary
 java.io.InputStream getKissModeOff()
           
 java.io.InputStream getKissModeOn()
           
 java.io.InputStream getTNCInit()
           
 java.io.InputStream getTNCReset()
           
 

Method Detail

getTNCInit

public java.io.InputStream getTNCInit()
                               throws java.io.IOException
java.io.IOException

getTNCReset

public java.io.InputStream getTNCReset()
                                throws java.io.IOException
java.io.IOException

getKissModeOff

public java.io.InputStream getKissModeOff()
                                   throws java.io.IOException
java.io.IOException

getKissModeOn

public java.io.InputStream getKissModeOn()
                                  throws java.io.IOException
java.io.IOException