ArcGIS Runtime SDK for WPF - Library Reference
Parity Property
See Also 
ESRI.ArcGIS.Client.Local.Gps Namespace > SerialPortGpsCoordinateWatcher Class : Parity Property

Gets or sets the parity-checking protocol.

Syntax

Visual Basic (Declaration) 
Public Property Parity As Parity
C# 
public Parity Parity {get; set;}

Remarks

Parity is an error-checking procedure in which the number of 1s must always be the same—either even or odd—for each group of bits that is transmitted without error. In modem-to-modem communications, parity is often one of the parameters that must be agreed upon by sending parties and receiving parties before transmission can take place.

Exceptions

ExceptionDescription
System.InvalidOperationExceptionProperty cannot be changed if connection is open.
System.ArgumentOutOfRangeExceptionThe Parity value passed is not a valid value in the Parity enumeration.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.