ArcObjects Library Reference (Carto)  

IGpsFeed.TestStatus Property

Reports the tested status of the connection(The connection need not be open).

[Visual Basic .NET]
Public ReadOnly Property TestStatus As esriGpsConnectionStatus
[C#]
public esriGpsConnectionStatus TestStatus {get;}
[C++]
HRESULT get_TestStatus(
  esriGpsConnectionStatus* pStatus
);
[C++]

Parameters

pStatus [out, retval]

  pStatus is a parameter of type esriGpsConnectionStatus

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGpsFeed Interface