Click or drag to resize

BaseGpsReceiverGetNmeaChecksum Method

Returns the checksum of a sentence.

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

Parameters

nmea  String
The NMEA sentence.

Return Value

Int32
Checksum.
See Also