Uses of Class
giovynet.bt.Command.GiovynetBTException

Packages that use Command.GiovynetBTException
giovynet.bt Provides set of commands for manipulating the module bluetooth GiovynetBT, using J2SE or higher. 
 

Uses of Command.GiovynetBTException in giovynet.bt
 

Methods in giovynet.bt that throw Command.GiovynetBTException
 void Command.connection(java.lang.String addres)
          Establishes a connection to another bluetooth device.
 void Command.delTrusted(java.lang.String addres)
          Deletes trusted devices.
 void Command.delTrustedAll()
          Deletes all trusted devices.
 void Command.disconnects()
          Disconnects the wireless connection.
 void Command.goToCommandMode()
          When GiovynetBT this in mode of data transfer, this method switches to commands mode, then GiovynetBT might receive commands.
 void Command.inquireParameter(Parameter parameter)
          Retrieves local and remote device settings.
 void Command.listTrusted(boolean includesNames, int timeout)
          Returns a list of bluetooth trusted device.
 void Command.listVisible(boolean includesNames, int timeout)
          Returns a list of bluetooth visibles device.
 void Command.returnDataMode()
          Return GiovynetBT to data transfer mode.
 void Command.setBaudRate(Baud baud)
          Set baud rate for GiovynetBT.
 void Command.setVariable(Variable variable, java.lang.String value)
          Updates local device settings.