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

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

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

Methods in org.apache.mina.transport.serial that return SerialAddress.Parity
 SerialAddress.Parity SerialAddress.getParity()
          The parity check for this communication.
static SerialAddress.Parity SerialAddress.Parity.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SerialAddress.Parity[] SerialAddress.Parity.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.Parity
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.