This document is archived and information here might be outdated. Recommended version. |
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