de.avetana.bluetooth.test
Class SendReceive

java.lang.Object
  extended byde.avetana.bluetooth.test.SendReceive

public class SendReceive
extends java.lang.Object


Constructor Summary
SendReceive()
           
 
Method Summary
 void beClient(java.lang.String dest)
           
 void beServer()
           
 void communicate(RFCommConnectionImpl con)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SendReceive

public SendReceive()
Method Detail

beClient

public void beClient(java.lang.String dest)
              throws java.lang.Exception
Throws:
java.lang.Exception

beServer

public void beServer()
              throws java.lang.Exception
Throws:
java.lang.Exception

communicate

public void communicate(RFCommConnectionImpl con)
                 throws java.io.IOException
Throws:
java.io.IOException

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception