mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-28 10:42:08 +00:00
42 lines
964 B
C
42 lines
964 B
C
/* Automatically generated nanopb header */
|
|
/* Generated by nanopb-0.4.4 */
|
|
|
|
#ifndef PB_PORTNUMS_PB_H_INCLUDED
|
|
#define PB_PORTNUMS_PB_H_INCLUDED
|
|
#include <pb.h>
|
|
|
|
#if PB_PROTO_HEADER_VERSION != 40
|
|
#error Regenerate this file with the current version of nanopb generator.
|
|
#endif
|
|
|
|
/* Enum definitions */
|
|
typedef enum _PortNum {
|
|
PortNum_UNKNOWN_APP = 0,
|
|
PortNum_TEXT_MESSAGE_APP = 1,
|
|
PortNum_REMOTE_HARDWARE_APP = 2,
|
|
PortNum_POSITION_APP = 3,
|
|
PortNum_NODEINFO_APP = 4,
|
|
PortNum_REPLY_APP = 32,
|
|
PortNum_IP_TUNNEL_APP = 33,
|
|
PortNum_SERIAL_APP = 64,
|
|
PortNum_STORE_REQUEST_APP = 65,
|
|
PortNum_PRIVATE_APP = 256,
|
|
PortNum_ATAK_FORWARDER = 257
|
|
} PortNum;
|
|
|
|
/* Helper constants for enums */
|
|
#define _PortNum_MIN PortNum_UNKNOWN_APP
|
|
#define _PortNum_MAX PortNum_ATAK_FORWARDER
|
|
#define _PortNum_ARRAYSIZE ((PortNum)(PortNum_ATAK_FORWARDER+1))
|
|
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#ifdef __cplusplus
|
|
} /* extern "C" */
|
|
#endif
|
|
|
|
#endif
|