jAER project on SourceForge

Uses of Interface
net.sf.jaer.eventio.AEUnicastSettings

Packages that use AEUnicastSettings
net.sf.jaer.eventio Address-Event IO. 
 

Uses of AEUnicastSettings in net.sf.jaer.eventio
 

Classes in net.sf.jaer.eventio that implement AEUnicastSettings
 class AEUnicastInput
          Receives input via datagram (connectionless, UDP) packets from a server.
 class AEUnicastOutput
          Streams AE packets to network using UDP DatagramPacket's that are unicast.
 

Constructors in net.sf.jaer.eventio with parameters of type AEUnicastSettings
AEUnicastDialog(java.awt.Frame parent, boolean modal, AEUnicastSettings unicastInput)
          Creates new form AEUnicastDialog
 


jAER project on SourceForge