SatelliteIdentifierSatelliteId Property |
Gets the integer ID of the satellite. For GPS constellations, this is the PseudoRandom Noise number (PRN).
Namespace:
AGI.Foundation.Navigation.DataReaders
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic int SatelliteId { get; }
Public ReadOnly Property SatelliteId As Integer
Get
public:
property int SatelliteId {
int get ();
}
member SatelliteId : int with get
Property Value
Type:
Int32
See Also