ArcObjects Library Reference (Carto)  

IGpsConnection.StopBits Property

The stop bits setting for the communications port connected to the GPS receiver. Defaults to esriGpsStopBits1.

[Visual Basic .NET]
Public Property StopBits As esriGpsStopBits
[C#]
public esriGpsStopBits StopBits {get; set;}
[C++]
HRESULT get_StopBits(
  esriGpsStopBits* pStopBits
);
[C++]
HRESULT put_StopBits(
  esriGpsStopBits pStopBits
);
[C++]

Parameters

pStopBits [out, retval]

  pStopBits is a parameter of type esriGpsStopBits

pStopBits [in]

  pStopBits is a parameter of type esriGpsStopBits

Product Availability

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

See Also

IGpsConnection Interface