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;
+2
View File
@@ -42,6 +42,8 @@
#include <stdarg.h>
#include <openthread-ip6.h>
#include <openthread-udp.h>
#include <cli/cli_server.hpp>
#include <net/icmp6.hpp>
#include <common/timer.hpp>