de.jaetzold.art.platform
Interface PacketFilter

All Known Implementing Classes:
RCX.WritePacketTask, RCXPacketFilterTable

public interface PacketFilter


Method Summary
 boolean done()
           
 Event process(byte[] packet)
           
 

Method Detail

process

public Event process(byte[] packet)
              throws CorruptPacketException

done

public boolean done()