#include <DebugRouter.h>

Public Member Functions | |
| virtual void | Output (const unsigned char *data, unsigned int dataLen) |
| Implement this to recieve data that should be outputted. | |
| bool | IsBufferProcessing () |
| If this returns false, the full output is passed on immediately rather than buffered through a thread. By default data is marshelled on a thread. | |
1.5.3