Click or drag to resize

BaseGpsReceiverChecksumOk Method

Checks if the checksum of the sentence is valid.

Namespace: ZylSoft.Gps
Assembly: ZylGpsReceiver (in ZylGpsReceiver.dll) Version: 3.28.8737.22596
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public bool ChecksumOk(
	string nmea
)

Parameters

nmea  String
The NMEA sentence.

Return Value

Boolean
True if the checksum is valid, false otherwise.
See Also