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

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

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

Methods in org.apache.mina.transport.serial that return SerialAddress.FlowControl
 SerialAddress.FlowControl SerialAddress.getFlowControl()
          The flow control policie used for this communication.
static SerialAddress.FlowControl SerialAddress.FlowControl.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SerialAddress.FlowControl[] SerialAddress.FlowControl.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.FlowControl
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.