This document is archived and information here might be outdated.  Recommended version.


IGpsConnection.DataBits Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGpsConnection Interface > IGpsConnection.DataBits Property
ArcGIS Developer Help

IGpsConnection.DataBits Property

The data bits setting for the communications port connected to the GPS receiver. Data bits must be 5, 6, 7, or 8. Defaults to 8.

[Visual Basic .NET]
Public Property DataBits As Short
[C#]
public short DataBits {get; set;}
[C++]
HRESULT get_DataBits(
  System.Int16* pDataBits
);
[C++]
HRESULT put_DataBits(
  short pDataBits
);
[C++]
Parameters
pDataBits [out, retval]

pDataBits is a parameter of type short* pDataBits [in]
pDataBits is a parameter of type short

Product Availability

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

See Also

IGpsConnection Interface