Satellite(Int32, Int32, Int32, Int32, SatelliteTypes) Constructor |
Constructor.
Namespace: ZylSoft.GpsAssembly: ZylGpsReceiver (in ZylGpsReceiver.dll) Version: 3.29.9208.19412
XMLNS for XAML: Not mapped to an xmlns.
Syntaxpublic Satellite(
int pseudoRandomCode,
int azimuth,
int elevation,
int signalToNoiseRatio,
SatelliteTypes type
)
Public Sub New (
pseudoRandomCode As Integer,
azimuth As Integer,
elevation As Integer,
signalToNoiseRatio As Integer,
type As SatelliteTypes
)
Dim pseudoRandomCode As Integer
Dim azimuth As Integer
Dim elevation As Integer
Dim signalToNoiseRatio As Integer
Dim type As SatelliteTypes
Dim instance As New Satellite(pseudoRandomCode,
azimuth, elevation, signalToNoiseRatio,
type)
public:
Satellite(
int pseudoRandomCode,
int azimuth,
int elevation,
int signalToNoiseRatio,
SatelliteTypes type
)
new :
pseudoRandomCode : int *
azimuth : int *
elevation : int *
signalToNoiseRatio : int *
type : SatelliteTypes -> Satellite
public Satellite(
int pseudoRandomCode,
int azimuth,
int elevation,
int signalToNoiseRatio,
SatelliteTypes type
)
public function Satellite(
pseudoRandomCode : int,
azimuth : int,
elevation : int,
signalToNoiseRatio : int,
type : SatelliteTypes
)
ZylSoft.Gps.Satellite = function(pseudoRandomCode, azimuth, elevation, signalToNoiseRatio, type);
CONSTRUCTOR(
pseudoRandomCode AS LONG,
azimuth AS LONG,
elevation AS LONG,
signalToNoiseRatio AS LONG,
type AS SatelliteTypes
)
No code example is currently available or this language may not be supported.
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