From 553d9c7d470dcf2dadbfefb409cb13314c79fd9d Mon Sep 17 00:00:00 2001 From: Aditya Naik Date: Tue, 24 Mar 2020 13:53:44 -0400 Subject: Initial working MDR request, now ACK --- Src/handshake.pb.c | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Src/handshake.pb.c (limited to 'Src/handshake.pb.c') diff --git a/Src/handshake.pb.c b/Src/handshake.pb.c new file mode 100644 index 0000000..451ebc3 --- /dev/null +++ b/Src/handshake.pb.c @@ -0,0 +1,24 @@ +/* Automatically generated nanopb constant definitions */ +/* Generated by nanopb-0.4.2-dev */ + +#include "handshake.pb.h" +#if PB_PROTO_HEADER_VERSION != 40 +#error Regenerate this file with the current version of nanopb generator. +#endif + +PB_BIND(m2s_MDR_request, m2s_MDR_request, AUTO) + + +PB_BIND(s2m_MDR_req_ACK, s2m_MDR_req_ACK, AUTO) + + +PB_BIND(m2s_MDR_res_CTS, m2s_MDR_res_CTS, AUTO) + + +PB_BIND(_subscriptions, _subscriptions, AUTO) + + +PB_BIND(s2m_MDR_response, s2m_MDR_response, AUTO) + + + -- cgit v1.2.3