ZylGPSReceiver Mobile

GPSReceiver.SatelliteEventHandler Event

Occures when a satellite is received.

public event  SatelliteReceived;

Event Data

The event handler receives an argument of type SatelliteEventArgs containing data related to this event. The following SatelliteEventArgs properties provide information specific to this event.

Property Description
Azimuth Azimuth of the satellite in degrees (0-359).
Elevation Elevation of the satellite in degrees (0-90).
PseudoRandomCode ID of the satellite (1-32).
SignalToNoiseRatio Signal to noise ration in dBHZ (0-99).

See Also

GPSReceiver Class | ZylGPSReceiverMobile Namespace