Sming Framework API
Sming - Open Source framework for high efficiency WiFi SoC ESP8266 native development with C++ language.
|
Class to handle interception of OS messages. More...
#include <OsMessageInterceptor.h>
Public Member Functions | |
void | begin (OsMessageCallback callback) |
Enable message interception. More... | |
void | end () |
Stop message interception and revert to output via uart driver. More... | |
Protected Member Functions | |
void | putc (char c) |
Static Protected Member Functions | |
static void | static_putc (char c) |
Class to handle interception of OS messages.
void OsMessageInterceptor::begin | ( | OsMessageCallback | callback | ) |
Enable message interception.
callback | Function to receive messages |
void OsMessageInterceptor::end | ( | ) |
Stop message interception and revert to output via uart driver.