BaseGpsReceiverGetNmeaChecksum Method

ZylGpsReceiver.NET Mobile
Returns the checksum of a sentence.

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

public int GetNmeaChecksum(
	string nmea
)

Parameters

nmea
Type: SystemString
The NMEA sentence.

Return Value

Type: Int32
Checksum.
See Also

Reference