Skip to content

MiPDebug

github-actions[bot] edited this page Aug 10, 2026 · 9 revisions

Class MiPDebug

Members & Functions

Type Signature Description
variable const uint8_t PROFILERNone
variable const uint8_t VERBOSENone
variable const uint8_t DEBUGNone
variable const uint8_t INFONone
variable const uint8_t WARNINGNone
variable const uint8_t ERRORNone
variable const uint8_t ANYNone
variable String m_hostnameNone
variable bool m_connectedNone
variable uint8_t m_clientDebugLevelNone
variable uint8_t m_lastDebugLevelNone
variable uint32_t m_lastTimePrintNone
variable uint8_t m_levelBeforeProfilerNone
variable uint32_t m_levelProfilerDisableNone
variable uint32_t m_autoLevelProfilerNone
variable bool m_showTimeNone
variable bool m_showProfilerNone
variable uint32_t m_minTimeShowProfilerNone
variable bool m_showDebugLevelNone
variable bool m_showColorsNone
variable bool m_serialEnabledNone
variable bool m_resetCommandEnabledNone
variable bool m_newLineNone
variable String m_commandNone
variable String m_lastCommandNone
variable uint32_t m_lastTimeCommandNone
variable String m_helpProjectCmdsNone
variable void(* m_callbackProjectCmds)()
variable String m_filterNone
variable bool m_filterActiveNone
variable String m_bufferPrintNone
function void begin(String hostname, uint8_t startingDebugLevel=VERBOSE)
function void stop()
function void handle()
function void setSerialEnabled(bool enable)
function void setResetCmdEnabled(bool enable)
function void setHelpProjectsCmds(String help)
function void setCallBackProjectCmds(void(*callback)())
function String getLastCommand()
function void clearLastCommand()
function void showTime(bool show)
function void showProfiler(bool show, uint32_t minTime=0)
function void showDebugLevel(bool show)
function void showColors(bool show)
function void autoProfilerLevel(uint32_t millisElapsed)
function void setFilter(String filter)
function void setNoFilter()
function bool isActive(uint8_t debugLevel=DEBUG)
function size_t write(uint8_t)
function size_t write(const uint8_t *buffer, size_t size)
function String expand(String string)
function void showHelp()
function void processCommand()
function String formatNumber(uint32_t value, uint8_t size, char insert='0')
function bool isCRLF(char character)

Clone this wiki locally