ncp-spinel: Add STREAM_MFG property for diagnostics module (#403)

It's a generic stream property which doesn't take care of the diagnostics feature details

  - get diags commands from the property with VALUE_SET command
  - return diags output to the property with VALUE_IS command
This commit is contained in:
Shu Chen
2016-08-18 18:00:06 -07:00
committed by Jonathan Hui
parent afaba6a7ff
commit 9ff00bdbae
8 changed files with 82 additions and 20 deletions
+2
View File
@@ -43,6 +43,8 @@ void diagInit();
char *diagProcessCmd(int argc, char *argv[]);
char *diagProcessCmdLine(char *string);
bool isDiagEnabled();
#ifdef __cplusplus