diff options
| author | Aditya Naik | 2020-03-24 13:53:44 -0400 |
|---|---|---|
| committer | Aditya Naik | 2020-03-24 13:53:44 -0400 |
| commit | 553d9c7d470dcf2dadbfefb409cb13314c79fd9d (patch) | |
| tree | a179223f6b4afe45427d612529e580de768eb118 /Src/handshake.pb.c | |
| parent | 73c032002d4fcfb52980a841f3bbe6cdb868806e (diff) | |
Initial working MDR request, now ACK
Diffstat (limited to 'Src/handshake.pb.c')
| -rw-r--r-- | Src/handshake.pb.c | 24 |
1 files changed, 24 insertions, 0 deletions
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) + + + |
