dump
Synopsis
include <fm/hsm/fmdebug.h> void dump(char *desc, unsigned char *data, short len);
Description
This function converts unprintable character values into hex values and sends them to the HSM trace log.
Parameters
desc | Pointer to description of the dumped buffer; this parameter is dumped immediately before the dumped buffer. |
data | Pointer to a buffer to be dumped. |
len | The length of the buffer to be dumped (in bytes). |