Get the satellite health code as defined in the ICD-GPS-200 expressed in integer form. 0=healthy.
Read-only property
[Visual Basic .NET] |
---|
Public Property Health() As Integer |
[C#] |
---|
public int Health {get;} |
[Managed C++] |
---|
public: __property int get_Health(); |
[Unmanaged C++] |
---|
public: HRESULT get_Health( long * pVal ); |
[Java] |
---|
public int getHealth(); |