ESRI.ArcGIS.Mobile.Client
IGpsConnectionManager Interface Members
See Also  Properties  Methods  Events Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace : IGpsConnectionManager Interface


The following tables list the members exposed by IGpsConnectionManager.

Public Properties

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

Public Methods

 NameDescription
 MethodCloseAsync Closes the GPS connection asynchronously. Subscribe to the CloseAsyncComplete event to determine when CloseAsync() finishes.  
 MethodOpenAsync Connects to the GPS device asynchronously. Subscribe to the OpenAsyncComplete event to determine when OpenAsync() finishes.  
 MethodSaveConnectionSettings Called when the application is being shut down. This allows the GpsConnectionManager to save any settings or state for the connection.  
Top

Public Events

 NameDescription
 EventCloseAsyncComplete Occurs when the CloseAsync method finishes.  
 EventOpenAsyncComplete Occurs when the OpenAsync method finishes.  
Top

See Also