We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d40928 commit d788bc6Copy full SHA for d788bc6
include/mgmt/mcumgr/serial.h
@@ -35,7 +35,8 @@
35
* | -------------- | ------------------------------------------------------- |
36
* | 0x06 0x09 | Byte pair indicating the start of a packet. |
37
* | 0x04 0x14 | Byte pair indicating the start of a continuation frame. |
38
- * | Packet length | The combined total length of the *unencoded* body. |
+ * | Packet length | The combined total length of the *unencoded* body plus |
39
+ * | | the final CRC (2 bytes). Length is in Big-Endian format.|
40
* | Body | The actual SMP data (i.e., 8-byte header and CBOR |
41
* | | key-value map). |
42
* | CRC16 | A CRC16 of the *unencoded* body of the entire packet. |
0 commit comments