Minor Update:
- Complete LogCore functions - Implement ShowOutput() in Port and Socket functions
This commit is contained in:
@@ -17,12 +17,15 @@
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
// Debug options
|
||||
bool ShowOutBytes = true;
|
||||
bool ShowOutHex = true;
|
||||
const short
|
||||
OUT_NORMAL = 1,
|
||||
OUT_HEX = 2,
|
||||
OUT_CRLF = 4,
|
||||
OUT_ASIS = 8;
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
void ShowOutput( const char * Name, const char * Buffer, const int Len, const long Duration );
|
||||
bool ShowOutput( const char * Heading, const short Show, const char * Buffer, int Len = -1 );
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user