ReceiverStatus Constructor (Double, Double, Double, Double)

ZylGpsReceiver.NET Mobile
Constructor.

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

public ReceiverStatus(
	double signalStrength,
	double snr,
	double frequency,
	double dataRate
)

Parameters

signalStrength
Type: SystemDouble
Signal strength of the GPS receiver in dB.
snr
Type: SystemDouble
Signal to noise ratio of the GPS receiver in dB.
frequency
Type: SystemDouble
Beacon Frequency in KHz.
dataRate
Type: SystemDouble
Beacon bitrate in bps.
See Also

Reference