com.esri.arcgis.carto
Interface esriGpsConnectionError

All Superinterfaces:
Serializable

public interface esriGpsConnectionError
extends Serializable

Lists the valid status of communication with GPS. Positive value means 'Connection is open'. Zero or negative value means 'connection is closed'. A negative value is an error code.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriGpsConnectionErrorCommportInUse
          Com port is already opened by another application.
static int esriGpsConnectionErrorCommportNotSupported
          Com port is not supported by the hardware.
static int esriGpsConnectionErrorInApplication
          An application error occurred while opening the connection.
static int esriGpsConnectionErrorInsufficientData
          Insufficient data to open the connection.
static int esriGpsConnectionErrorNone
          Connections was sucessful.
static int esriGpsConnectionErrorUnableToCommunicateToDevice
          Unable to communicate with the device.
 

Field Detail

esriGpsConnectionErrorNone

static final int esriGpsConnectionErrorNone
Connections was sucessful.

See Also:
Constant Field Values

esriGpsConnectionErrorCommportInUse

static final int esriGpsConnectionErrorCommportInUse
Com port is already opened by another application.

See Also:
Constant Field Values

esriGpsConnectionErrorCommportNotSupported

static final int esriGpsConnectionErrorCommportNotSupported
Com port is not supported by the hardware.

See Also:
Constant Field Values

esriGpsConnectionErrorInApplication

static final int esriGpsConnectionErrorInApplication
An application error occurred while opening the connection.

See Also:
Constant Field Values

esriGpsConnectionErrorUnableToCommunicateToDevice

static final int esriGpsConnectionErrorUnableToCommunicateToDevice
Unable to communicate with the device.

See Also:
Constant Field Values

esriGpsConnectionErrorInsufficientData

static final int esriGpsConnectionErrorInsufficientData
Insufficient data to open the connection.

See Also:
Constant Field Values