This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGpsConnection Interface > IGpsConnection.StopBits Property (ArcObjects .NET 10.4 SDK) |
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