botsense  3.2.0
RoadNarrows Client-Server Proxied Services Framework

Log data bytes. More...

Log data bytes.

Synopsis:
#include "botsense/BotSense.h"
#include "botsense/libBotSense.h"

void bsLogBuf(const char *sBufName, byte_t buf[], size_t uCount);

Description:
Print diagnostic logging of the contents of a buffer of bytes.

Parameters
sBufNameName of buffer.
bufBuffer.
uCountNumber of bytes to log.