Uses of Class
giovynet.serial.Baud

Packages that use Baud
giovynet.bt Provides set of commands for manipulating the module bluetooth GiovynetBT, using J2SE or higher. 
giovynet.serial Provides classes for handling the serial port in null moden mode. 
 

Uses of Baud in giovynet.bt
 

Methods in giovynet.bt with parameters of type Baud
 void Command.setBaudRate(Baud baud)
          Set baud rate for GiovynetBT.
 

Uses of Baud in giovynet.serial
 

Methods in giovynet.serial that return Baud
static Baud Baud.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Baud[] Baud.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in giovynet.serial with parameters of type Baud
 void Parameters.setBaudRate(Baud baud)
          Set baude Rate.