ESRI.ArcGIS.Mobile.Client
GpsStateIsConnectedConverter Class
Members  See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.ValueConverters Namespace : GpsStateIsConnectedConverter Class

Converts a GpsConnectionState into a boolean. Returns true if the state is Connected; otherwise, false.

Syntax

Visual Basic (Declaration) 
<ValueConversionAttribute(SourceType=ESRI.ArcGIS.Mobile.Client.Gps.GpsConnectionState, 
   TargetType=System.Boolean, 
   ParameterType=)>
Public Class GpsStateIsConnectedConverter 
C# 
[ValueConversionAttribute(SourceType=ESRI.ArcGIS.Mobile.Client.Gps.GpsConnectionState, 
   TargetType=System.Boolean, 
   ParameterType=)]
public class GpsStateIsConnectedConverter 

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.Mobile.Client.ValueConverters.GpsStateIsConnectedConverter

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