essential classes for arianna station protocol

Revision:
7:4dcfa12d4fe9
Parent:
6:3ee695731d92
Child:
8:5c7ce687524f
--- a/SnHeaderFrame.h	Thu Oct 30 05:53:49 2014 +0000
+++ b/SnHeaderFrame.h	Fri Oct 30 04:21:18 2015 +0000
@@ -18,6 +18,9 @@
     // these are not in an enum so that we can control their size in bytes (1 byte)
     // the values should NEVER change
     static const uint8_t    kStatusCode      = 0x10;
+    static const uint8_t    kStatusDataPack  = 0x12; // signal that some data (config, event, etc) is being sent in a status update
+    static const uint8_t    kStatusUpdDone   = 0x13; // signal the end of the status update (status i/o V9+)
+    static const uint8_t    kStatusDatPakDone= 0x14; // signal the end of the status data packs (status i/o version 9+)
     static const uint8_t    kFileCode        = 0x20;
     static const uint8_t    kFilenameCode    = 0x23;
     static const uint8_t    kFileTrgStrtCode = 0x24;