Uses of Class
org.apache.mina.transport.serial.SerialAddress.StopBits

Packages that use SerialAddress.StopBits
org.apache.mina.transport.serial   
 

Uses of SerialAddress.StopBits in org.apache.mina.transport.serial
 

Methods in org.apache.mina.transport.serial that return SerialAddress.StopBits
 SerialAddress.StopBits SerialAddress.getStopBits()
          Number of stop bits used.
static SerialAddress.StopBits SerialAddress.StopBits.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SerialAddress.StopBits[] SerialAddress.StopBits.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.mina.transport.serial with parameters of type SerialAddress.StopBits
SerialAddress(String name, int bauds, SerialAddress.DataBits dataBits, SerialAddress.StopBits stopBits, SerialAddress.Parity parity, SerialAddress.FlowControl flowControl)
          Create an address for a serial communication, associating a serial interface and various serial signal carcteristics.
 



Copyright © 2004-2008 Apache MINA Project. All Rights Reserved.