com.esri.arcgis.carto
Interface esriGpsStopBits

All Superinterfaces:
Serializable

public interface esriGpsStopBits
extends Serializable

Lists the valid values for the stop bits setting of a communications port.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriGpsStopBits1
          Stop bits value is 1.
static int esriGpsStopBits15
          Stop bits value is 1.5.
static int esriGpsStopBits2
          Stop bits value is 2.
 

Field Detail

esriGpsStopBits1

static final int esriGpsStopBits1
Stop bits value is 1.

See Also:
Constant Field Values

esriGpsStopBits15

static final int esriGpsStopBits15
Stop bits value is 1.5.

See Also:
Constant Field Values

esriGpsStopBits2

static final int esriGpsStopBits2
Stop bits value is 2.

See Also:
Constant Field Values