HexString.h File Reference
#include "WString.h"
Include dependency graph for HexString.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

String makeHexString (const void *data, unsigned length, char separator='\0')
 Convert data into a hexadecimal string representation. More...
 

Function Documentation

◆ makeHexString()

String makeHexString ( const void *  data,
unsigned  length,
char  separator = '\0' 
)

Convert data into a hexadecimal string representation.

Parameters
data
length
separatoroptional character to put between hex-encoded bytes
Return values
String