@@ -90,20 +90,6 @@ C library to connect to a SmartMesh IP Manager.
9090
9191//===== format of requests
9292
93- // mux_hello
94- #define DN_MUX_HELLO_REQ_OFFS_VERSION 0
95- #define DN_MUX_HELLO_REQ_OFFS_SECRET 1
96- #define DN_MUX_HELLO_REQ_LEN 9
97-
98- // hello
99- #define DN_HELLO_REQ_OFFS_VERSION 0
100- #define DN_HELLO_REQ_OFFS_CLISEQNO 1
101- #define DN_HELLO_REQ_OFFS_MODE 2
102- #define DN_HELLO_REQ_LEN 3
103-
104- // hello_response
105- #define DN_HELLO_RESPONSE_REQ_LEN 0
106-
10793// reset
10894#define DN_RESET_REQ_OFFS_TYPE 0
10995#define DN_RESET_REQ_OFFS_MACADDRESS 1
@@ -504,10 +490,7 @@ C library to connect to a SmartMesh IP Manager.
504490#define DN_GETNETWORKINFO_REPLY_OFFS_NETLATENCY 8
505491#define DN_GETNETWORKINFO_REPLY_OFFS_NETSTATE 12
506492#define DN_GETNETWORKINFO_REPLY_OFFS_IPV6ADDRESS 13
507- #define DN_GETNETWORKINFO_REPLY_OFFS_NUMLOSTPACKETS 29
508- #define DN_GETNETWORKINFO_REPLY_OFFS_NUMARRIVEDPACKETS 33
509- #define DN_GETNETWORKINFO_REPLY_OFFS_MAXNUMBHOPS 41
510- #define DN_GETNETWORKINFO_REPLY_LEN 42
493+ #define DN_GETNETWORKINFO_REPLY_LEN 29
511494
512495// getMoteConfigById
513496#define DN_GETMOTECONFIGBYID_REPLY_OFFS_MACADDRESS 0
@@ -912,9 +895,6 @@ typedef struct {
912895 uint32_t netLatency ;
913896 uint8_t netState ;
914897 uint8_t ipv6Address [16 ];
915- uint32_t numLostPackets ;
916- uint8_t numArrivedPackets [8 ];
917- uint8_t maxNumbHops ;
918898} dn_ipmg_getNetworkInfo_rpt ;
919899
920900typedef struct {
0 commit comments