Searched refs:hexDecimal (Results 1 – 2 of 2) sorted by relevance
87 uint8_t hexDecimal = 16; in HexToString() local95 long strTemp = strtol(byte.c_str(), nullptr, hexDecimal); in HexToString()
89 uint8_t hexDecimal = 16; in HexToString() local97 long strTemp = strtol(byte.c_str(), nullptr, hexDecimal); in HexToString()