ZylGPSReceiver.NET

SatelliteEventArgs Constructor 

Constructor.

[Visual Basic]
Public Sub New( _
   ByVal Int32 As Integer, _
   ByVal Int32 As Integer, _
   ByVal Int32 As Integer, _
   ByVal Int32 As Integer _
)
[C#]
public SatelliteEventArgs(
   Int32 pseudoRandomCode,
   Int32 azimuth,
   Int32 elevation,
   Int32 signalToNoiseRatio
);

Parameters

Int32
ID of the satellite.
Int32
Azimuth of the satellite.
Int32
Elevation of the satellite.
Int32
Signal of the satellite.

See Also

SatelliteEventArgs Class | ZylGPSReceiver Namespace