35 #ifndef OPENTHREAD_DIAG_H_ 36 #define OPENTHREAD_DIAG_H_ 100 #endif // OPENTHREAD_DIAG_H_ This type represents all the static / global variables used by OpenThread allocated in one place...
Definition: openthread-instance.h:59
This file defines the types and structures used in the OpenThread library API.
char * otDiagProcessCmdLine(char *aString)
This function processes a factory diagnostics command line.
Definition: openthread-diag.cpp:55
bool otDiagIsEnabled(void)
This function indicates whether or not the factory diagnostics mode is enabled.
Definition: openthread-diag.cpp:80
char * otDiagProcessCmd(int argc, char *argv[])
This function processes a factory diagnostics command line.
Definition: openthread-diag.cpp:50
void otDiagInit(otInstance *aInstance)
Initialize the diagnostics module.
Definition: openthread-diag.cpp:45