2008-07-29 1.1.0

org.eclipse.soda.dk.serial.connection.service
Interface SerialConnectionService.Parity

Enclosing interface:
SerialConnectionService

public static interface SerialConnectionService.Parity

Define the Parity interface.


Field Summary
static int Even
          Define the Even enumeration value.
static int Mark
          Define the Mark enumeration value.
static int None
          Define the None enumeration value.
static int Odd
          Define the Odd enumeration value.
static int Space
          Define the Space enumeration value.
 

Field Detail

None

static final int None
Define the None enumeration value.

See Also:
Even, Odd, Mark, Space, Constant Field Values

Even

static final int Even
Define the Even enumeration value.

See Also:
None, Odd, Mark, Space, Constant Field Values

Odd

static final int Odd
Define the Odd enumeration value.

See Also:
None, Even, Mark, Space, Constant Field Values

Mark

static final int Mark
Define the Mark enumeration value.

See Also:
None, Even, Odd, Space, Constant Field Values

Space

static final int Space
Define the Space enumeration value.

See Also:
None, Even, Odd, Mark, Constant Field Values

2008-07-29 1.1.0

Copyright (c) 1999, 2008 IBM and others. See license in Legal section. OSGi Framework Version 3.4.0.v20080605-1900