From 32c72441d731de5f6a1c4f980d319ff2c1a56d86 Mon Sep 17 00:00:00 2001 From: Robert Quattlebaum Date: Thu, 23 Feb 2017 11:43:56 -0800 Subject: [PATCH] spinel-doc: Add documentation for commands to get and set multiple properties at once. (#1331) * spinel-doc: Add documentation for commands to get and set multiple properties at once. After some internal discussion, it was decided that having the ability to get or set multiple properties from a single command would be valuable. This change describes a mechanism for how I think that should work. --- doc/draft-spinel-protocol.html | 129 ++- doc/draft-spinel-protocol.txt | 926 ++++++++++-------- doc/spinel-protocol-src/spinel-commands.md | 81 ++ doc/spinel-protocol-src/spinel-prop-core.md | 1 + .../spinel-status-codes.md | 4 +- src/ncp/spinel.c | 4 + src/ncp/spinel.h | 6 + 7 files changed, 738 insertions(+), 413 deletions(-) diff --git a/doc/draft-spinel-protocol.html b/doc/draft-spinel-protocol.html index 68bdbd7d2..30d563b54 100644 --- a/doc/draft-spinel-protocol.html +++ b/doc/draft-spinel-protocol.html @@ -408,6 +408,9 @@ + + + @@ -575,8 +578,8 @@ - - + + @@ -597,7 +600,7 @@ - January 23, 2017 + February 16, 2017 @@ -605,7 +608,7 @@

Spinel Host-Controller Protocol
- draft-spinel-protocol-d309a957-dirty

+ draft-spinel-protocol-00deac5b1

Abstract @@ -674,6 +677,9 @@
  • 4.10. CMD 18: (Host->NCP) CMD_PEEK
  • 4.11. CMD 19: (NCP->Host) CMD_PEEK_RET
  • 4.12. CMD 20: (Host->NCP) CMD_POKE
  • +
  • 4.13. CMD 21: (Host->NCP) CMD_PROP_VALUE_MULTI_GET
  • +
  • 4.14. CMD 22: (Host->NCP) CMD_PROP_VALUE_MULTI_SET
  • +
  • 4.15. CMD 23: (NCP->Host) CMD_PROP_VALUES_ARE
  • 5. Properties