edu.uiuc.cs.seclab.modem
Interface Modem

All Known Subinterfaces:
MaxstreamModem
All Known Implementing Classes:
SerialModem, XBeeModem

public interface Modem

Generic modem used for sending and receiving packets


Method Summary
 void send(ModemPacket pkt)
           
 

Method Detail

send

void send(ModemPacket pkt)
          throws ModemException,
                 java.io.IOException
Throws:
ModemException
java.io.IOException