ESRI.ArcGIS.Mobile.Client
GpsConnectionManager Class Members
See Also  Properties  Methods  Events Send Feedback
ESRI.ArcGIS.Mobile.Client.Gps Namespace : GpsConnectionManager Class


The following tables list the members exposed by GpsConnectionManager.

Protected Constructors

 NameDescription
Protected ConstructorGpsConnectionManager Constructor Constructs a GpsConnectionManager.  
Top

Public Properties

 NameDescription
Public PropertyConnection Gets the GpsConnection.  
Public PropertyGpsDisplay Gets the control to add to the map control to display the GPS location.  
Public PropertyGpsQualityFilterIcon  
Public PropertyGpsQualityStatusText Gets the quality status text that shows in the title bar of the MobileApplication.  
Public PropertyNeedGPSConnectionSetup Indicates if the GPS Connection need to be setup.  
Public PropertySettingsControl Gets the control used to configure and connect/disconnect the GPS connection.  
Public PropertyState Gets the current state of the GPS connection.  
Public PropertyStatusControl Gets the control used to display the GPS status.  
Top

Protected Properties

 NameDescription
Protected PropertyThrowOnInvalidPropertyName Determines whether to throw an exception (true) or use Debug.Fail() (false) when an invalid property name is passed to VerifyPropertyName. This is false by default but derived classes may set/override this property. (Inherited from ESRI.ArcGIS.Mobile.Client.ObservableObject)
Top

Public Methods

 NameDescription
Public MethodCloseAsync Closes the GPS connection asynchronously. Subscribe to the CloseAsyncComplete event to determine when CloseAsync() finishes.  
Public MethodDisposeOverloaded.  Releases all resources used by this instance.  
Public MethodOpenAsync Opens the GPS connection asynchronously. Subscribe to the OpenAsyncComplete event to determine when OpenAsync() finishes.  
Public MethodSaveConnectionSettings Called when the application is being shut down. This allows the GpsConnectionManager to save any settings or state for the connection.  
Top

Protected Methods

 NameDescription
Protected MethodOnCloseAsyncComplete Raises the CloseAsyncComplete event.  
Protected MethodOnOpenAsyncComplete Raises the OpenAsyncComplete event.  
Protected MethodOnPropertyChanged Raises the PropertyChanged event. (Inherited from ESRI.ArcGIS.Mobile.Client.ObservableObject)
Protected MethodVerifyPropertyName Verifies that the object contains a property with the given name. This method does not exist in a release build. (Inherited from ESRI.ArcGIS.Mobile.Client.ObservableObject)
Top

Public Events

 NameDescription
Public EventCloseAsyncComplete Occurs when the CloseAsync method finishes.  
Public EventOpenAsyncComplete Occurs when the OpenAsync method finishes.  
Public EventPropertyChanged Occurs when a property value changes. (Inherited from ESRI.ArcGIS.Mobile.Client.ObservableObject)
Top

See Also