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

Gets or sets the serial baud rate.

Syntax

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

Remarks

The serial baud rate must be supported by the user's serial driver. The default value is 4800 bits per second (bps).

Exceptions

ExceptionDescription
System.InvalidOperationExceptionProperty cannot be changed if connection is open.
System.ArgumentOutOfRangeExceptionThe baud rate specified is less than or equal to zero, or is greater than the maximum allowable baud rate for the device.

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.