Minor Update:
- Complete LogCore functions - Implement ShowOutput() in Port and Socket functions
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
// redA Libraries
|
||||
#include "TimingCore.h"
|
||||
#include "SocketCore.h"
|
||||
#include "LogCore.h"
|
||||
|
||||
// Standard C/C++ Libraries
|
||||
#include <stdio.h>
|
||||
@@ -354,7 +355,7 @@ bool MaintainSocket( int PortHandle )
|
||||
{
|
||||
// Handle buffer as packet
|
||||
SockInBuffer[ SockInLen ] = 0;
|
||||
//ShowOutput( "Sock", SockInBuffer, SockInLen, Duration );
|
||||
ShowOutput( "Sock In", OUT_NORMAL|OUT_HEX, SockInBuffer, SockInLen );
|
||||
|
||||
// Write output to Port
|
||||
BytesWritten = 0;
|
||||
|
||||
Reference in New Issue
Block a user