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


IGpsConnection.DataBits Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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(
  short* 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