mirror of
https://github.com/espressif/openthread.git
synced 2026-07-16 09:04:10 +00:00
Windows API DLL (#882)
* VS Solution files and minor fixes. * Move Tasklet into platform include file * Refactor data path APIs into openthread-ip6.h
This commit is contained in:
@@ -2033,6 +2033,10 @@ void Interpreter::ProcessState(int argc, char *argv[])
|
||||
{
|
||||
switch (otGetDeviceRole(mInstance))
|
||||
{
|
||||
case kDeviceRoleOffline:
|
||||
sServer->OutputFormat("offline\r\n");
|
||||
break;
|
||||
|
||||
case kDeviceRoleDisabled:
|
||||
sServer->OutputFormat("disabled\r\n");
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user