Click or drag to resize

Satellite(Int32, Int32, Int32, Int32, SatelliteTypes) Constructor

Constructor.

Namespace: ZylSoft.Gps
Assembly: ZylGpsReceiver (in ZylGpsReceiver.dll) Version: 3.29.9208.19412
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public Satellite(
	int pseudoRandomCode,
	int azimuth,
	int elevation,
	int signalToNoiseRatio,
	SatelliteTypes type
)

Parameters

pseudoRandomCode  Int32
ID of the satellite.
azimuth  Int32
Azimuth of the satellite.
elevation  Int32
Elevation of the satellite.
signalToNoiseRatio  Int32
Signal of the satellite.
type  SatelliteTypes
Type of the satellite: GPS, GLONASS, BeiDou, Galileo, QZSS, etc.
See Also