ZylGPSReceiver Mobile for Smart Phone

GPSReceiver.GetNMEACheckSum Method 

Returns the CheckSum of a sentence.

[Visual Basic]
Public Shared Function GetNMEACheckSum( _
   ByVal String As String _
) As Integer
[C#]
public static int GetNMEACheckSum(
   String nmea
);

Parameters

String
The NMEA sentence.

Return Value

CheckSum.

See Also

GPSReceiver Class | ZylGPSReceiverMobileSP Namespace