com.esf.device.serial.comm.service
Class StopBits

java.lang.Object
  extended bycom.esf.device.serial.comm.service.StopBits

public class StopBits
extends java.lang.Object

This static class provides the available stop bit counts.

Stop bit counts listed in this class are used for parameter checking in all methods where the stop bit count rate may be modified.

Author:
matt.demaree

Field Summary
static int Bits1
          Configure 1 stop bit per word.
static int Bits2
          Configure 2 stop bits per word.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Bits1

public static final int Bits1
Configure 1 stop bit per word.

See Also:
Constant Field Values

Bits2

public static final int Bits2
Configure 2 stop bits per word.

See Also:
Constant Field Values


Copyright © 2009 Eurotech Inc. All rights reserved.