ESRI.ArcGIS.Mobile.Client
GpsConnectionState Enumeration
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.Gps Namespace : GpsConnectionState Enumeration

Specifies the state of the GPS connection.

Syntax

Visual Basic (Declaration) 
Public Enum GpsConnectionState 
   Inherits Enum
C# 
public enum GpsConnectionState : Enum 

Members

MemberDescription
Opening The GPS connection is being opened.
Opened The GPS connection is open.
Closing The GPS connection is being closed.
Closed The GPS connection is closed.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.Mobile.Client.Gps.GpsConnectionState

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