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