|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGpsConnection
COM Interface 'IGpsConnection'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control the connection properties of the communications port connected to a GPS receiver.' 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 java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDf5570bc4_13ab_49ed_86a4_13488447a3fe
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
short |
getBaudRate()
The baud rate for the communications port connected to the GPS receiver. |
short |
getCommPort()
The communications port connected to the GPS receiver. |
short |
getDataBits()
The data bits setting for the communications port connected to the GPS receiver. |
int |
getParity()
The parity setting for the communications port connected to the GPS receiver. |
int |
getStopBits()
The stop bits setting for the communications port connected to the GPS receiver. |
void |
setBaudRate(short pRate)
The baud rate for the communications port connected to the GPS receiver. |
void |
setCommPort(short pNumber)
The communications port connected to the GPS receiver. |
void |
setDataBits(short pDataBits)
The data bits setting for the communications port connected to the GPS receiver. |
void |
setParity(int pParity)
The parity setting for the communications port connected to the GPS receiver. |
void |
setStopBits(int pStopBits)
The stop bits setting for the communications port connected to the GPS receiver. |
Field Detail |
---|
static final int IIDf5570bc4_13ab_49ed_86a4_13488447a3fe
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
short getCommPort() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCommPort(short pNumber) throws java.io.IOException, AutomationException
pNumber
- The pNumber (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.short getBaudRate() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBaudRate(short pRate) throws java.io.IOException, AutomationException
pRate
- The pRate (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.short getDataBits() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDataBits(short pDataBits) throws java.io.IOException, AutomationException
pDataBits
- The pDataBits (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getStopBits() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStopBits(int pStopBits) throws java.io.IOException, AutomationException
pStopBits
- A com.esri.arcgis.carto.esriGpsStopBits constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getParity() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setParity(int pParity) throws java.io.IOException, AutomationException
pParity
- A com.esri.arcgis.carto.esriGpsParity constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |