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

ZylGpsReceiver.NET Mobile
Constructor.

Namespace:  ZylSoft.Gps.Mobile
Assembly:  ZylGpsReceiverMobile (in ZylGpsReceiverMobile.dll) Version: 3.14.6846.29005
Syntax

public Satellite(
	int pseudoRandomCode,
	int azimuth,
	int elevation,
	int signalToNoiseRatio,
	SatelliteTypes type
)

Parameters

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

Reference