com.esri.arcgis.carto
Interface esriGpsStopBits

All Superinterfaces:
java.io.Serializable

public interface esriGpsStopBits
extends java.io.Serializable

Constants from esriGpsStopBits' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Lists the valid values for the stop bits setting of a communications port. ' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


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