We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ec1397 commit 2aaa575Copy full SHA for 2aaa575
libraries/OpenThread/src/OThreadCLI.h
@@ -27,6 +27,7 @@ class OpenThreadCLI : public Stream {
27
public:
28
OpenThreadCLI();
29
~OpenThreadCLI();
30
+ // returns true if OpenThread CLI is running
31
operator bool() const;
32
33
// starts a task to read/write otStream. Default prompt is "ot> ". Set it to NULL to make it invisible.
0 commit comments