Sming Framework API
Sming - Open Source framework for high efficiency WiFi SoC ESP8266 native development with C++ language.
DebugOuputOptions Struct Reference

Structure for debug options. More...

#include <Debug.h>

Public Attributes

DebugPrintCharDelegate debugDelegate = nullptr
 Function to handle debug output. More...
 
StreamdebugStream = nullptr
 Debug output stream. More...
 

Detailed Description

Structure for debug options.

Member Data Documentation

DebugPrintCharDelegate DebugOuputOptions::debugDelegate = nullptr

Function to handle debug output.

Stream* DebugOuputOptions::debugStream = nullptr

Debug output stream.