Uses of Class
br.org.fito.j8051.exception.J8051Exception

Packages that use J8051Exception
br.org.fito.j8051.micro   
 

Uses of J8051Exception in br.org.fito.j8051.micro
 

Methods in br.org.fito.j8051.micro that throw J8051Exception
 void MicroFarejador.addMicroFarejadorSender(MicroFarejadorSender sender)
          Add a Sender to the sender`s list.
 void MicroFarejador.cancelarBuscaDispositivos()
          Cancel a device search inexecution.
 void MicroFarejador.conectar(Dispositivo dispositivo)
          Creates a new Bluetooth Connections with the selected devices.
 void MicroFarejador.enviarMensagemSimples(java.lang.String msg)
          Send a simple message to the microcontroler connected.
 java.util.Vector MicroFarejador.procurarDispositivos(boolean novaBusca)
          Search for all bluetooth devices and return a Device objects list
Procura por todos os dispositivos bluetooth ao redor, retornando uma lista de objectos Dispositivo.
abstract  void MicroFarejadorSender.receberMensagem(java.lang.String msg)
           
 void MicroFarejador.removeMicroFarejadorSender(MicroFarejadorSender sender)
          Remove a Sender oject from the Sender`s list.
 

Constructors in br.org.fito.j8051.micro that throw J8051Exception
MicroFarejador()
          Creates a new instance od MicroFarejador.