|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface esriGpsConnectionError
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.
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 |
---|
static final int esriGpsConnectionErrorNone
static final int esriGpsConnectionErrorCommportInUse
static final int esriGpsConnectionErrorCommportNotSupported
static final int esriGpsConnectionErrorInApplication
static final int esriGpsConnectionErrorUnableToCommunicateToDevice
static final int esriGpsConnectionErrorInsufficientData
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |