Sming event handlers
Definitions of Sming event handler functions. More...
Typedefs | |
using | DebugPrintCharDelegate = Delegate< void(char dbgChar)> |
Delegate constructor usage: (&YourClass::method, this) Handler function for debug print. More... | |
Detailed Description
Definitions of Sming event handler functions.
Typedef Documentation
◆ DebugPrintCharDelegate
using DebugPrintCharDelegate = Delegate<void(char dbgChar)> |
Delegate constructor usage: (&YourClass::method, this) Handler function for debug print.