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:
Nick Banks
2016-11-04 09:28:17 -07:00
committed by Jonathan Hui
parent 0509a139e2
commit 74a95f042d
28 changed files with 5127 additions and 650 deletions
+4
View File
@@ -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;