NMEA_HexStrToInt Function

Converts a string representing a decimal or hexadecimal number to an integer

Syntax

UBYTE NMEA_HexStrToInt(register unsigned char *data, unsigned char length);

Parameters

char *data - input  string 
length - amount of characters

Return Value

NUMBER - converted number

Remarks

N/A

Requirements

nmeap.h

Example

N/A