This module includes functions that control the Thread stack's execution.
More...
This module includes functions that control the Thread stack's execution.
Initialize the diagnostics module.
- Parameters
-
[in] | aInstance | A pointer to the OpenThread instance. |
bool otDiagIsEnabled |
( |
void |
| ) |
|
This function indicates whether or not the factory diagnostics mode is enabled.
- Returns
- TRUE if factory diagnostics mode is enabled, FALSE otherwise.
const char* otDiagProcessCmd |
( |
int |
aArgCount, |
|
|
char * |
aArgVector[] |
|
) |
| |
This function processes a factory diagnostics command line.
- Parameters
-
[in] | aArgCount | The argument counter of diagnostics command line. |
[in] | aArgVector | The argument vector of diagnostics command line. |
- Returns
- A pointer to the output string.
const char* otDiagProcessCmdLine |
( |
const char * |
aString | ) |
|
This function processes a factory diagnostics command line.
- Parameters
-
[in] | aString | A NULL-terminated input string. |
- Returns
- A pointer to the output string.