ESRI.ArcGIS.Mobile
BaudRate Property
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Gps Namespace > SerialPortGpsConnection Class : BaudRate Property

Gets or sets the serial baud rate.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Gps")>
<DescriptionAttribute("Indicates the BaudRate for the Serial connection.")>
<DefaultValueAttribute()>
Public Property BaudRate As GpsBaudRate
C# 
[CategoryAttribute("Gps")]
[DescriptionAttribute("Indicates the BaudRate for the Serial connection.")]
[DefaultValueAttribute()]
public GpsBaudRate BaudRate {get; set;}

Exceptions

ExceptionDescription
InvalidOperationExceptionProperty cannot be changed if connection is open.

Remarks

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

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.