![]() |
botsense
3.2.0
RoadNarrows Client-Server Proxied Services Framework
|
Log ascii data bytes. More...
Log ascii data bytes.
#include "botsense/BotSense.h"
#include "botsense/libBotSense.h"
void bsLogAsciiBuf(const char *sBufName, byte_t buf[], size_t uCount); Description:
Print diagnostic logging of the contents of a buffer of ASCII bytes.
| sBufName | Name of buffer. |
| buf | Buffer. |
| uCount | Number of bytes to log. |