BaseGpsReceiverAddChecksumToNmea Method

ZylGpsReceiver.NET Mobile
Adds checksum to a NMEA sentence (including asterix).

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

public string AddChecksumToNmea(
	string nmea
)

Parameters

nmea
Type: SystemString
The NMEA sentence without checksum.

Return Value

Type: String
NMEA sentence with checksum.
See Also

Reference