com.neuron.app.tonto
Interface IComm


public interface IComm


Method Summary
 void flush()
           
 int recv()
           
 int recv(byte[] b)
           
 int recv(byte[] b, int off, int len)
           
 void send(byte[] b)
           
 void send(byte[] b, int off, int len)
           
 void send(int ch)
           
 void sendAttention()
           
 

Method Detail

sendAttention

void sendAttention()
                   throws java.io.IOException
Throws:
java.io.IOException

send

void send(int ch)
          throws java.io.IOException
Throws:
java.io.IOException

send

void send(byte[] b)
          throws java.io.IOException
Throws:
java.io.IOException

send

void send(byte[] b,
          int off,
          int len)
          throws java.io.IOException
Throws:
java.io.IOException

recv

int recv()
         throws java.io.IOException
Throws:
java.io.IOException

recv

int recv(byte[] b)
         throws java.io.IOException
Throws:
java.io.IOException

recv

int recv(byte[] b,
         int off,
         int len)
         throws java.io.IOException
Throws:
java.io.IOException

flush

void flush()
           throws java.io.IOException
Throws:
java.io.IOException