ESRI.ArcGIS.Mobile
ReadInterval Property
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Gps Namespace > FileGpsConnection Class : ReadInterval Property

Gets or sets the interval of which the FileGPSConnection reads sentence.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<DescriptionAttribute("Indicates the Read Interval of the File (measured in milliseconds).")>
<CategoryAttribute("Gps")>
Public Property ReadInterval As Integer
C# 
[DefaultValueAttribute()]
[DescriptionAttribute("Indicates the Read Interval of the File (measured in milliseconds).")]
[CategoryAttribute("Gps")]
public int ReadInterval {get; set;}

Exceptions

ExceptionDescription
ArgumentExceptionTimer interval value must be greater than zero.

Remarks

This interval upon elapse causes a timer to occur reading the next available line from the file. The default value is set to 200 ms (0.2 sec).

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.