2023-01-18 13:42:53 +00:00
/* Automatically generated nanopb header */
2024-12-17 06:33:17 -06:00
/* Generated by nanopb-0.4.9.1 */
2023-01-18 13:42:53 +00:00
# ifndef PB_MESHTASTIC_MESHTASTIC_ADMIN_PB_H_INCLUDED
# define PB_MESHTASTIC_MESHTASTIC_ADMIN_PB_H_INCLUDED
# include <pb.h>
2023-01-21 18:22:19 +01:00
# include "meshtastic/channel.pb.h"
# include "meshtastic/config.pb.h"
2023-02-02 14:05:58 -06:00
# include "meshtastic/connection_status.pb.h"
2025-07-14 09:46:43 -05:00
# include "meshtastic/device_ui.pb.h"
2023-05-22 20:19:13 -05:00
# include "meshtastic/mesh.pb.h"
# include "meshtastic/module_config.pb.h"
2023-01-18 13:42:53 +00:00
# if PB_PROTO_HEADER_VERSION != 40
# error Regenerate this file with the current version of nanopb generator.
# endif
/* Enum definitions */
/* TODO: REPLACE */
2023-01-21 18:22:19 +01:00
typedef enum _meshtastic_AdminMessage_ConfigType {
2023-01-18 13:42:53 +00:00
/* TODO: REPLACE */
2023-01-21 18:22:19 +01:00
meshtastic_AdminMessage_ConfigType_DEVICE_CONFIG = 0 ,
2023-01-18 13:42:53 +00:00
/* TODO: REPLACE */
2023-01-21 18:22:19 +01:00
meshtastic_AdminMessage_ConfigType_POSITION_CONFIG = 1 ,
2023-01-18 13:42:53 +00:00
/* TODO: REPLACE */
2023-01-21 18:22:19 +01:00
meshtastic_AdminMessage_ConfigType_POWER_CONFIG = 2 ,
2023-01-18 13:42:53 +00:00
/* TODO: REPLACE */
2023-01-21 18:22:19 +01:00
meshtastic_AdminMessage_ConfigType_NETWORK_CONFIG = 3 ,
2023-01-18 13:42:53 +00:00
/* TODO: REPLACE */
2023-01-21 18:22:19 +01:00
meshtastic_AdminMessage_ConfigType_DISPLAY_CONFIG = 4 ,
2023-01-18 13:42:53 +00:00
/* TODO: REPLACE */
2023-01-21 18:22:19 +01:00
meshtastic_AdminMessage_ConfigType_LORA_CONFIG = 5 ,
2023-01-18 13:42:53 +00:00
/* TODO: REPLACE */
2024-08-11 14:12:20 -05:00
meshtastic_AdminMessage_ConfigType_BLUETOOTH_CONFIG = 6 ,
/* TODO: REPLACE */
2024-08-20 13:36:24 -05:00
meshtastic_AdminMessage_ConfigType_SECURITY_CONFIG = 7 ,
2025-03-15 07:03:53 -05:00
/* Session key config */
2024-10-10 18:31:20 -05:00
meshtastic_AdminMessage_ConfigType_SESSIONKEY_CONFIG = 8 ,
/* device-ui config */
meshtastic_AdminMessage_ConfigType_DEVICEUI_CONFIG = 9
2023-01-21 18:22:19 +01:00
} meshtastic_AdminMessage_ConfigType ;
2023-01-18 13:42:53 +00:00
/* TODO: REPLACE */
2023-01-21 18:22:19 +01:00
typedef enum _meshtastic_AdminMessage_ModuleConfigType {
2023-01-18 13:42:53 +00:00
/* TODO: REPLACE */
2023-01-21 18:22:19 +01:00
meshtastic_AdminMessage_ModuleConfigType_MQTT_CONFIG = 0 ,
2023-01-18 13:42:53 +00:00
/* TODO: REPLACE */
2023-01-21 18:22:19 +01:00
meshtastic_AdminMessage_ModuleConfigType_SERIAL_CONFIG = 1 ,
2023-01-18 13:42:53 +00:00
/* TODO: REPLACE */
2023-01-21 18:22:19 +01:00
meshtastic_AdminMessage_ModuleConfigType_EXTNOTIF_CONFIG = 2 ,
2023-01-18 13:42:53 +00:00
/* TODO: REPLACE */
2023-01-21 18:22:19 +01:00
meshtastic_AdminMessage_ModuleConfigType_STOREFORWARD_CONFIG = 3 ,
2023-01-18 13:42:53 +00:00
/* TODO: REPLACE */
2023-01-21 18:22:19 +01:00
meshtastic_AdminMessage_ModuleConfigType_RANGETEST_CONFIG = 4 ,
2023-01-18 13:42:53 +00:00
/* TODO: REPLACE */
2023-01-21 18:22:19 +01:00
meshtastic_AdminMessage_ModuleConfigType_TELEMETRY_CONFIG = 5 ,
2023-01-18 13:42:53 +00:00
/* TODO: REPLACE */
2023-01-21 18:22:19 +01:00
meshtastic_AdminMessage_ModuleConfigType_CANNEDMSG_CONFIG = 6 ,
2023-01-18 13:42:53 +00:00
/* TODO: REPLACE */
2023-01-21 18:22:19 +01:00
meshtastic_AdminMessage_ModuleConfigType_AUDIO_CONFIG = 7 ,
2023-01-18 13:42:53 +00:00
/* TODO: REPLACE */
2023-07-31 18:51:15 -05:00
meshtastic_AdminMessage_ModuleConfigType_REMOTEHARDWARE_CONFIG = 8 ,
/* TODO: REPLACE */
2023-08-07 17:46:03 +00:00
meshtastic_AdminMessage_ModuleConfigType_NEIGHBORINFO_CONFIG = 9 ,
/* TODO: REPLACE */
2023-08-14 19:00:51 -05:00
meshtastic_AdminMessage_ModuleConfigType_AMBIENTLIGHTING_CONFIG = 10 ,
/* TODO: REPLACE */
2023-12-17 17:29:49 +00:00
meshtastic_AdminMessage_ModuleConfigType_DETECTIONSENSOR_CONFIG = 11 ,
/* TODO: REPLACE */
meshtastic_AdminMessage_ModuleConfigType_PAXCOUNTER_CONFIG = 12
2023-01-21 18:22:19 +01:00
} meshtastic_AdminMessage_ModuleConfigType ;
2023-01-18 13:42:53 +00:00
2025-03-01 05:09:59 -06:00
typedef enum _meshtastic_AdminMessage_BackupLocation {
/* Backup to the internal flash */
meshtastic_AdminMessage_BackupLocation_FLASH = 0 ,
/* Backup to the SD card */
meshtastic_AdminMessage_BackupLocation_SD = 1
} meshtastic_AdminMessage_BackupLocation ;
2025-05-27 15:41:35 -05:00
/* Three stages of this request. */
typedef enum _meshtastic_KeyVerificationAdmin_MessageType {
/* This is the first stage, where a client initiates */
meshtastic_KeyVerificationAdmin_MessageType_INITIATE_VERIFICATION = 0 ,
/* After the nonce has been returned over the mesh, the client prompts for the security number
And uses this message to provide it to the node . */
meshtastic_KeyVerificationAdmin_MessageType_PROVIDE_SECURITY_NUMBER = 1 ,
/* Once the user has compared the verification message, this message notifies the node. */
meshtastic_KeyVerificationAdmin_MessageType_DO_VERIFY = 2 ,
/* This is the cancel path, can be taken at any point */
meshtastic_KeyVerificationAdmin_MessageType_DO_NOT_VERIFY = 3
} meshtastic_KeyVerificationAdmin_MessageType ;
2023-01-18 13:42:53 +00:00
/* Struct definitions */
2025-06-11 20:18:47 -05:00
/* Input event message to be sent to the node. */
typedef struct _meshtastic_AdminMessage_InputEvent {
/* The input event code */
uint8_t event_code ;
/* Keyboard character code */
uint8_t kb_char ;
/* The touch X coordinate */
uint16_t touch_x ;
/* The touch Y coordinate */
uint16_t touch_y ;
} meshtastic_AdminMessage_InputEvent ;
2023-02-04 13:07:14 -06:00
/* Parameters for setting up Meshtastic for ameteur radio usage */
typedef struct _meshtastic_HamParameters {
/* Amateur radio call sign, eg. KD2ABC */
char call_sign [ 8 ] ;
/* Transmit power in dBm at the LoRA transceiver, not including any amplification */
int32_t tx_power ;
/* The selected frequency of LoRA operation
Please respect your local laws , regulations , and band plans .
Ensure your radio is capable of operating of the selected frequency before setting this . */
float frequency ;
2023-02-09 19:32:32 -06:00
/* Optional short name of user */
2024-05-23 07:20:13 -05:00
char short_name [ 5 ] ;
2023-02-04 13:07:14 -06:00
} meshtastic_HamParameters ;
2023-05-22 07:00:20 -05:00
/* Response envelope for node_remote_hardware_pins */
typedef struct _meshtastic_NodeRemoteHardwarePinsResponse {
/* Nodes and their respective remote hardware GPIO pins */
pb_size_t node_remote_hardware_pins_count ;
2023-05-22 20:19:13 -05:00
meshtastic_NodeRemoteHardwarePin node_remote_hardware_pins [ 16 ] ;
2023-05-22 07:00:20 -05:00
} meshtastic_NodeRemoteHardwarePinsResponse ;
2025-05-13 06:59:26 -05:00
typedef struct _meshtastic_SharedContact {
/* The node number of the contact */
uint32_t node_num ;
/* The User of the contact */
bool has_user ;
meshtastic_User user ;
2025-06-15 06:45:00 -05:00
/* Add this contact to the blocked / ignored list */
bool should_ignore ;
2025-10-01 15:32:06 -05:00
/* Set the IS_KEY_MANUALLY_VERIFIED bit */
bool manually_verified ;
2025-05-13 06:59:26 -05:00
} meshtastic_SharedContact ;
2025-05-27 15:41:35 -05:00
/* This message is used by a client to initiate or complete a key verification */
typedef struct _meshtastic_KeyVerificationAdmin {
meshtastic_KeyVerificationAdmin_MessageType message_type ;
/* The nodenum we're requesting */
uint32_t remote_nodenum ;
/* The nonce is used to track the connection */
uint64_t nonce ;
/* The 4 digit code generated by the remote node, and communicated outside the mesh */
bool has_security_number ;
uint32_t security_number ;
} meshtastic_KeyVerificationAdmin ;
2024-08-16 06:09:02 -05:00
typedef PB_BYTES_ARRAY_T ( 8 ) meshtastic_AdminMessage_session_passkey_t ;
2023-01-18 13:42:53 +00:00
/* This message is handled by the Admin module and is responsible for all settings/channel read/write operations.
This message is used to do settings operations to both remote AND local nodes .
( Prior to 1.2 these operations were done via special ToRadio operations ) */
2023-01-21 18:22:19 +01:00
typedef struct _meshtastic_AdminMessage {
2023-01-18 13:42:53 +00:00
pb_size_t which_payload_variant ;
union {
/* Send the specified channel in the response to this message
NOTE : This field is sent with the channel index + 1 ( to ensure we never try to send ' zero ' - which protobufs treats as not present ) */
uint32_t get_channel_request ;
/* TODO: REPLACE */
2023-01-21 18:22:19 +01:00
meshtastic_Channel get_channel_response ;
2023-01-18 13:42:53 +00:00
/* Send the current owner data in the response to this message. */
bool get_owner_request ;
/* TODO: REPLACE */
2023-01-21 18:22:19 +01:00
meshtastic_User get_owner_response ;
2023-01-18 13:42:53 +00:00
/* Ask for the following config data to be sent */
2023-01-21 18:22:19 +01:00
meshtastic_AdminMessage_ConfigType get_config_request ;
2023-01-18 13:42:53 +00:00
/* Send the current Config in the response to this message. */
2023-01-21 18:22:19 +01:00
meshtastic_Config get_config_response ;
2023-01-18 13:42:53 +00:00
/* Ask for the following config data to be sent */
2023-01-21 18:22:19 +01:00
meshtastic_AdminMessage_ModuleConfigType get_module_config_request ;
2023-01-18 13:42:53 +00:00
/* Send the current Config in the response to this message. */
2023-01-21 18:22:19 +01:00
meshtastic_ModuleConfig get_module_config_response ;
2023-01-18 13:42:53 +00:00
/* Get the Canned Message Module messages in the response to this message. */
bool get_canned_message_module_messages_request ;
/* Get the Canned Message Module messages in the response to this message. */
char get_canned_message_module_messages_response [ 201 ] ;
/* Request the node to send device metadata (firmware, protobuf version, etc) */
bool get_device_metadata_request ;
/* Device metadata response */
2023-01-21 18:22:19 +01:00
meshtastic_DeviceMetadata get_device_metadata_response ;
2023-01-18 13:42:53 +00:00
/* Get the Ringtone in the response to this message. */
bool get_ringtone_request ;
/* Get the Ringtone in the response to this message. */
char get_ringtone_response [ 231 ] ;
2023-02-02 14:05:58 -06:00
/* Request the node to send it's connection status */
bool get_device_connection_status_request ;
/* Device connection status response */
meshtastic_DeviceConnectionStatus get_device_connection_status_response ;
2023-02-04 13:07:14 -06:00
/* Setup a node for licensed amateur (ham) radio operation */
meshtastic_HamParameters set_ham_mode ;
2023-05-22 07:00:20 -05:00
/* Get the mesh's nodes with their available gpio pins for RemoteHardware module use */
bool get_node_remote_hardware_pins_request ;
/* Respond with the mesh's nodes with their available gpio pins for RemoteHardware module use */
meshtastic_NodeRemoteHardwarePinsResponse get_node_remote_hardware_pins_response ;
2023-12-27 14:26:40 -06:00
/* Enter (UF2) DFU mode
2023-12-27 12:48:30 -06:00
Only implemented on NRF52 currently */
bool enter_dfu_mode_request ;
2024-01-29 06:10:48 -06:00
/* Delete the file by the specified path from the device */
char delete_file_request [ 201 ] ;
2024-06-15 09:45:33 -05:00
/* Set zero and offset for scale chips */
uint32_t set_scale ;
2025-03-01 05:09:59 -06:00
/* Backup the node's preferences */
meshtastic_AdminMessage_BackupLocation backup_preferences ;
/* Restore the node's preferences */
meshtastic_AdminMessage_BackupLocation restore_preferences ;
/* Remove backups of the node's preferences */
meshtastic_AdminMessage_BackupLocation remove_backup_preferences ;
2025-06-11 20:18:47 -05:00
/* Send an input event to the node.
This is used to trigger physical input events like button presses , touch events , etc . */
meshtastic_AdminMessage_InputEvent send_input_event ;
2023-01-18 13:42:53 +00:00
/* Set the owner for this node */
2023-01-21 18:22:19 +01:00
meshtastic_User set_owner ;
2023-01-18 13:42:53 +00:00
/* Set channels (using the new API).
A special channel is the " primary channel " .
The other records are secondary channels .
Note : only one channel can be marked as primary .
If the client sets a particular channel to be primary , the previous channel will be set to SECONDARY automatically . */
2023-01-21 18:22:19 +01:00
meshtastic_Channel set_channel ;
2023-01-18 13:42:53 +00:00
/* Set the current Config */
2023-01-21 18:22:19 +01:00
meshtastic_Config set_config ;
2023-01-18 13:42:53 +00:00
/* Set the current Config */
2023-01-21 18:22:19 +01:00
meshtastic_ModuleConfig set_module_config ;
2023-01-18 13:42:53 +00:00
/* Set the Canned Message Module messages text. */
char set_canned_message_module_messages [ 201 ] ;
/* Set the ringtone for ExternalNotification. */
char set_ringtone_message [ 231 ] ;
2023-11-16 06:57:22 -06:00
/* Remove the node by the specified node-num from the NodeDB on the device */
uint32_t remove_by_nodenum ;
2024-03-22 07:24:10 -05:00
/* Set specified node-num to be favorited on the NodeDB on the device */
uint32_t set_favorite_node ;
/* Set specified node-num to be un-favorited on the NodeDB on the device */
uint32_t remove_favorite_node ;
2024-03-24 18:50:26 -05:00
/* Set fixed position data on the node and then set the position.fixed_position = true */
meshtastic_Position set_fixed_position ;
/* Clear fixed position coordinates and then set position.fixed_position = false */
bool remove_fixed_position ;
2024-08-17 05:52:36 -05:00
/* Set time only on the node
Convenience method to set the time on the node ( as Net quality ) without any other position data */
uint32_t set_time_only ;
2024-10-10 18:31:20 -05:00
/* Tell the node to send the stored ui data. */
bool get_ui_config_request ;
/* Reply stored device ui data. */
meshtastic_DeviceUIConfig get_ui_config_response ;
/* Tell the node to store UI data persistently. */
meshtastic_DeviceUIConfig store_ui_config ;
2024-11-11 18:55:02 -06:00
/* Set specified node-num to be ignored on the NodeDB on the device */
uint32_t set_ignored_node ;
/* Set specified node-num to be un-ignored on the NodeDB on the device */
uint32_t remove_ignored_node ;
2023-01-18 13:42:53 +00:00
/* Begins an edit transaction for config, module config, owner, and channel settings changes
This will delay the standard * implicit * save to the file system and subsequent reboot behavior until committed ( commit_edit_settings ) */
bool begin_edit_settings ;
/* Commits an open transaction for any edits made to config, module config, owner, and channel settings */
bool commit_edit_settings ;
2025-05-13 06:59:26 -05:00
/* Add a contact (User) to the nodedb */
meshtastic_SharedContact add_contact ;
2025-05-27 15:41:35 -05:00
/* Initiate or respond to a key verification request */
meshtastic_KeyVerificationAdmin key_verification ;
2024-08-10 07:51:59 -05:00
/* Tell the node to factory reset config everything; all device state and configuration will be returned to factory defaults and BLE bonds will be cleared. */
int32_t factory_reset_device ;
2023-01-18 13:42:53 +00:00
/* Tell the node to reboot into the OTA Firmware in this many seconds (or <0 to cancel reboot)
Only Implemented for ESP32 Devices . This needs to be issued to send a new main firmware via bluetooth . */
int32_t reboot_ota_seconds ;
2023-03-06 16:17:09 -06:00
/* This message is only supported for the simulator Portduino build.
2023-01-18 13:42:53 +00:00
If received the simulator will exit successfully . */
bool exit_simulator ;
/* Tell the node to reboot in this many seconds (or <0 to cancel reboot) */
int32_t reboot_seconds ;
/* Tell the node to shutdown in this many seconds (or <0 to cancel shutdown) */
int32_t shutdown_seconds ;
2024-08-10 07:51:59 -05:00
/* Tell the node to factory reset config; all device state and configuration will be returned to factory defaults; BLE bonds will be preserved. */
int32_t factory_reset_config ;
2025-11-06 07:10:57 -06:00
/* Tell the node to reset the nodedb.
When true , favorites are preserved through reset . */
bool nodedb_reset ;
2023-01-18 13:42:53 +00:00
} ;
2024-08-16 06:09:02 -05:00
/* The node generates this key and sends it with any get_x_response packets.
The client MUST include the same key with any set_x commands . Key expires after 300 seconds .
Prevents replay attacks for admin messages . */
meshtastic_AdminMessage_session_passkey_t session_passkey ;
2023-01-21 18:22:19 +01:00
} meshtastic_AdminMessage ;
2023-01-18 13:42:53 +00:00
# ifdef __cplusplus
extern " C " {
# endif
/* Helper constants for enums */
2023-01-21 18:22:19 +01:00
# define _meshtastic_AdminMessage_ConfigType_MIN meshtastic_AdminMessage_ConfigType_DEVICE_CONFIG
2024-10-10 18:31:20 -05:00
# define _meshtastic_AdminMessage_ConfigType_MAX meshtastic_AdminMessage_ConfigType_DEVICEUI_CONFIG
# define _meshtastic_AdminMessage_ConfigType_ARRAYSIZE ((meshtastic_AdminMessage_ConfigType)(meshtastic_AdminMessage_ConfigType_DEVICEUI_CONFIG+1))
2023-01-18 13:42:53 +00:00
2023-01-21 18:22:19 +01:00
# define _meshtastic_AdminMessage_ModuleConfigType_MIN meshtastic_AdminMessage_ModuleConfigType_MQTT_CONFIG
2023-12-17 17:29:49 +00:00
# define _meshtastic_AdminMessage_ModuleConfigType_MAX meshtastic_AdminMessage_ModuleConfigType_PAXCOUNTER_CONFIG
# define _meshtastic_AdminMessage_ModuleConfigType_ARRAYSIZE ((meshtastic_AdminMessage_ModuleConfigType)(meshtastic_AdminMessage_ModuleConfigType_PAXCOUNTER_CONFIG+1))
2023-01-18 13:42:53 +00:00
2025-03-01 05:09:59 -06:00
# define _meshtastic_AdminMessage_BackupLocation_MIN meshtastic_AdminMessage_BackupLocation_FLASH
# define _meshtastic_AdminMessage_BackupLocation_MAX meshtastic_AdminMessage_BackupLocation_SD
# define _meshtastic_AdminMessage_BackupLocation_ARRAYSIZE ((meshtastic_AdminMessage_BackupLocation)(meshtastic_AdminMessage_BackupLocation_SD+1))
2025-05-27 15:41:35 -05:00
# define _meshtastic_KeyVerificationAdmin_MessageType_MIN meshtastic_KeyVerificationAdmin_MessageType_INITIATE_VERIFICATION
# define _meshtastic_KeyVerificationAdmin_MessageType_MAX meshtastic_KeyVerificationAdmin_MessageType_DO_NOT_VERIFY
# define _meshtastic_KeyVerificationAdmin_MessageType_ARRAYSIZE ((meshtastic_KeyVerificationAdmin_MessageType)(meshtastic_KeyVerificationAdmin_MessageType_DO_NOT_VERIFY+1))
2023-01-21 18:22:19 +01:00
# define meshtastic_AdminMessage_payload_variant_get_config_request_ENUMTYPE meshtastic_AdminMessage_ConfigType
# define meshtastic_AdminMessage_payload_variant_get_module_config_request_ENUMTYPE meshtastic_AdminMessage_ModuleConfigType
2025-03-01 05:09:59 -06:00
# define meshtastic_AdminMessage_payload_variant_backup_preferences_ENUMTYPE meshtastic_AdminMessage_BackupLocation
# define meshtastic_AdminMessage_payload_variant_restore_preferences_ENUMTYPE meshtastic_AdminMessage_BackupLocation
# define meshtastic_AdminMessage_payload_variant_remove_backup_preferences_ENUMTYPE meshtastic_AdminMessage_BackupLocation
2023-01-18 13:42:53 +00:00
2023-02-04 13:07:14 -06:00
2023-05-22 07:00:20 -05:00
2025-06-11 20:18:47 -05:00
2025-05-27 15:41:35 -05:00
# define meshtastic_KeyVerificationAdmin_message_type_ENUMTYPE meshtastic_KeyVerificationAdmin_MessageType
2025-05-13 06:59:26 -05:00
2023-01-18 13:42:53 +00:00
/* Initializer values for message structs */
2024-08-16 06:09:02 -05:00
# define meshtastic_AdminMessage_init_default {0, {0}, {0, {0}}}
2025-06-11 20:18:47 -05:00
# define meshtastic_AdminMessage_InputEvent_init_default {0, 0, 0, 0}
2023-02-09 19:32:32 -06:00
# define meshtastic_HamParameters_init_default {"", 0, 0, ""}
2023-05-22 20:19:13 -05:00
# define meshtastic_NodeRemoteHardwarePinsResponse_init_default {0, {meshtastic_NodeRemoteHardwarePin_init_default, meshtastic_NodeRemoteHardwarePin_init_default, meshtastic_NodeRemoteHardwarePin_init_default, meshtastic_NodeRemoteHardwarePin_init_default, meshtastic_NodeRemoteHardwarePin_init_default, meshtastic_NodeRemoteHardwarePin_init_default, meshtastic_NodeRemoteHardwarePin_init_default, meshtastic_NodeRemoteHardwarePin_init_default, meshtastic_NodeRemoteHardwarePin_init_default, meshtastic_NodeRemoteHardwarePin_init_default, meshtastic_NodeRemoteHardwarePin_init_default, meshtastic_NodeRemoteHardwarePin_init_default, meshtastic_NodeRemoteHardwarePin_init_default, meshtastic_NodeRemoteHardwarePin_init_default, meshtastic_NodeRemoteHardwarePin_init_default, meshtastic_NodeRemoteHardwarePin_init_default}}
2025-10-01 15:32:06 -05:00
# define meshtastic_SharedContact_init_default {0, false, meshtastic_User_init_default, 0, 0}
2025-05-27 15:41:35 -05:00
# define meshtastic_KeyVerificationAdmin_init_default {_meshtastic_KeyVerificationAdmin_MessageType_MIN, 0, 0, false, 0}
2024-08-16 06:09:02 -05:00
# define meshtastic_AdminMessage_init_zero {0, {0}, {0, {0}}}
2025-06-11 20:18:47 -05:00
# define meshtastic_AdminMessage_InputEvent_init_zero {0, 0, 0, 0}
2023-02-09 19:32:32 -06:00
# define meshtastic_HamParameters_init_zero {"", 0, 0, ""}
2023-05-22 20:19:13 -05:00
# define meshtastic_NodeRemoteHardwarePinsResponse_init_zero {0, {meshtastic_NodeRemoteHardwarePin_init_zero, meshtastic_NodeRemoteHardwarePin_init_zero, meshtastic_NodeRemoteHardwarePin_init_zero, meshtastic_NodeRemoteHardwarePin_init_zero, meshtastic_NodeRemoteHardwarePin_init_zero, meshtastic_NodeRemoteHardwarePin_init_zero, meshtastic_NodeRemoteHardwarePin_init_zero, meshtastic_NodeRemoteHardwarePin_init_zero, meshtastic_NodeRemoteHardwarePin_init_zero, meshtastic_NodeRemoteHardwarePin_init_zero, meshtastic_NodeRemoteHardwarePin_init_zero, meshtastic_NodeRemoteHardwarePin_init_zero, meshtastic_NodeRemoteHardwarePin_init_zero, meshtastic_NodeRemoteHardwarePin_init_zero, meshtastic_NodeRemoteHardwarePin_init_zero, meshtastic_NodeRemoteHardwarePin_init_zero}}
2025-10-01 15:32:06 -05:00
# define meshtastic_SharedContact_init_zero {0, false, meshtastic_User_init_zero, 0, 0}
2025-05-27 15:41:35 -05:00
# define meshtastic_KeyVerificationAdmin_init_zero {_meshtastic_KeyVerificationAdmin_MessageType_MIN, 0, 0, false, 0}
2023-01-18 13:42:53 +00:00
/* Field tags (for use in manual encoding/decoding) */
2025-06-11 20:18:47 -05:00
# define meshtastic_AdminMessage_InputEvent_event_code_tag 1
# define meshtastic_AdminMessage_InputEvent_kb_char_tag 2
# define meshtastic_AdminMessage_InputEvent_touch_x_tag 3
# define meshtastic_AdminMessage_InputEvent_touch_y_tag 4
2023-02-04 13:07:14 -06:00
# define meshtastic_HamParameters_call_sign_tag 1
# define meshtastic_HamParameters_tx_power_tag 2
# define meshtastic_HamParameters_frequency_tag 3
2023-02-09 19:32:32 -06:00
# define meshtastic_HamParameters_short_name_tag 4
2023-05-22 07:00:20 -05:00
# define meshtastic_NodeRemoteHardwarePinsResponse_node_remote_hardware_pins_tag 1
2025-05-13 06:59:26 -05:00
# define meshtastic_SharedContact_node_num_tag 1
# define meshtastic_SharedContact_user_tag 2
2025-06-15 06:45:00 -05:00
# define meshtastic_SharedContact_should_ignore_tag 3
2025-10-01 15:32:06 -05:00
# define meshtastic_SharedContact_manually_verified_tag 4
2025-05-27 15:41:35 -05:00
# define meshtastic_KeyVerificationAdmin_message_type_tag 1
# define meshtastic_KeyVerificationAdmin_remote_nodenum_tag 2
# define meshtastic_KeyVerificationAdmin_nonce_tag 3
# define meshtastic_KeyVerificationAdmin_security_number_tag 4
2023-01-21 18:22:19 +01:00
# define meshtastic_AdminMessage_get_channel_request_tag 1
# define meshtastic_AdminMessage_get_channel_response_tag 2
# define meshtastic_AdminMessage_get_owner_request_tag 3
# define meshtastic_AdminMessage_get_owner_response_tag 4
# define meshtastic_AdminMessage_get_config_request_tag 5
# define meshtastic_AdminMessage_get_config_response_tag 6
# define meshtastic_AdminMessage_get_module_config_request_tag 7
# define meshtastic_AdminMessage_get_module_config_response_tag 8
# define meshtastic_AdminMessage_get_canned_message_module_messages_request_tag 10
# define meshtastic_AdminMessage_get_canned_message_module_messages_response_tag 11
# define meshtastic_AdminMessage_get_device_metadata_request_tag 12
# define meshtastic_AdminMessage_get_device_metadata_response_tag 13
# define meshtastic_AdminMessage_get_ringtone_request_tag 14
# define meshtastic_AdminMessage_get_ringtone_response_tag 15
2023-02-02 14:05:58 -06:00
# define meshtastic_AdminMessage_get_device_connection_status_request_tag 16
# define meshtastic_AdminMessage_get_device_connection_status_response_tag 17
2023-02-04 13:07:14 -06:00
# define meshtastic_AdminMessage_set_ham_mode_tag 18
2023-05-22 07:00:20 -05:00
# define meshtastic_AdminMessage_get_node_remote_hardware_pins_request_tag 19
# define meshtastic_AdminMessage_get_node_remote_hardware_pins_response_tag 20
2023-12-27 12:48:30 -06:00
# define meshtastic_AdminMessage_enter_dfu_mode_request_tag 21
2024-01-29 06:10:48 -06:00
# define meshtastic_AdminMessage_delete_file_request_tag 22
2024-06-15 09:45:33 -05:00
# define meshtastic_AdminMessage_set_scale_tag 23
2025-03-01 05:09:59 -06:00
# define meshtastic_AdminMessage_backup_preferences_tag 24
# define meshtastic_AdminMessage_restore_preferences_tag 25
# define meshtastic_AdminMessage_remove_backup_preferences_tag 26
2025-06-11 20:18:47 -05:00
# define meshtastic_AdminMessage_send_input_event_tag 27
2023-01-21 18:22:19 +01:00
# define meshtastic_AdminMessage_set_owner_tag 32
# define meshtastic_AdminMessage_set_channel_tag 33
# define meshtastic_AdminMessage_set_config_tag 34
# define meshtastic_AdminMessage_set_module_config_tag 35
# define meshtastic_AdminMessage_set_canned_message_module_messages_tag 36
# define meshtastic_AdminMessage_set_ringtone_message_tag 37
2023-11-16 06:57:22 -06:00
# define meshtastic_AdminMessage_remove_by_nodenum_tag 38
2024-03-22 07:24:10 -05:00
# define meshtastic_AdminMessage_set_favorite_node_tag 39
# define meshtastic_AdminMessage_remove_favorite_node_tag 40
2024-03-24 18:50:26 -05:00
# define meshtastic_AdminMessage_set_fixed_position_tag 41
# define meshtastic_AdminMessage_remove_fixed_position_tag 42
2024-08-17 05:52:36 -05:00
# define meshtastic_AdminMessage_set_time_only_tag 43
2024-10-10 18:31:20 -05:00
# define meshtastic_AdminMessage_get_ui_config_request_tag 44
# define meshtastic_AdminMessage_get_ui_config_response_tag 45
# define meshtastic_AdminMessage_store_ui_config_tag 46
2024-11-11 18:55:02 -06:00
# define meshtastic_AdminMessage_set_ignored_node_tag 47
# define meshtastic_AdminMessage_remove_ignored_node_tag 48
2023-01-21 18:22:19 +01:00
# define meshtastic_AdminMessage_begin_edit_settings_tag 64
# define meshtastic_AdminMessage_commit_edit_settings_tag 65
2025-05-13 06:59:26 -05:00
# define meshtastic_AdminMessage_add_contact_tag 66
2025-05-27 15:41:35 -05:00
# define meshtastic_AdminMessage_key_verification_tag 67
2024-08-10 07:51:59 -05:00
# define meshtastic_AdminMessage_factory_reset_device_tag 94
2023-01-21 18:22:19 +01:00
# define meshtastic_AdminMessage_reboot_ota_seconds_tag 95
# define meshtastic_AdminMessage_exit_simulator_tag 96
# define meshtastic_AdminMessage_reboot_seconds_tag 97
# define meshtastic_AdminMessage_shutdown_seconds_tag 98
2024-08-10 07:51:59 -05:00
# define meshtastic_AdminMessage_factory_reset_config_tag 99
2023-01-21 18:22:19 +01:00
# define meshtastic_AdminMessage_nodedb_reset_tag 100
2024-08-16 06:09:02 -05:00
# define meshtastic_AdminMessage_session_passkey_tag 101
2023-01-18 13:42:53 +00:00
/* Struct field encoding specification for nanopb */
2023-01-21 18:22:19 +01:00
# define meshtastic_AdminMessage_FIELDLIST(X, a) \
2023-01-18 13:42:53 +00:00
X ( a , STATIC , ONEOF , UINT32 , ( payload_variant , get_channel_request , get_channel_request ) , 1 ) \
X ( a , STATIC , ONEOF , MESSAGE , ( payload_variant , get_channel_response , get_channel_response ) , 2 ) \
X ( a , STATIC , ONEOF , BOOL , ( payload_variant , get_owner_request , get_owner_request ) , 3 ) \
X ( a , STATIC , ONEOF , MESSAGE , ( payload_variant , get_owner_response , get_owner_response ) , 4 ) \
X ( a , STATIC , ONEOF , UENUM , ( payload_variant , get_config_request , get_config_request ) , 5 ) \
X ( a , STATIC , ONEOF , MESSAGE , ( payload_variant , get_config_response , get_config_response ) , 6 ) \
X ( a , STATIC , ONEOF , UENUM , ( payload_variant , get_module_config_request , get_module_config_request ) , 7 ) \
X ( a , STATIC , ONEOF , MESSAGE , ( payload_variant , get_module_config_response , get_module_config_response ) , 8 ) \
X ( a , STATIC , ONEOF , BOOL , ( payload_variant , get_canned_message_module_messages_request , get_canned_message_module_messages_request ) , 10 ) \
X ( a , STATIC , ONEOF , STRING , ( payload_variant , get_canned_message_module_messages_response , get_canned_message_module_messages_response ) , 11 ) \
X ( a , STATIC , ONEOF , BOOL , ( payload_variant , get_device_metadata_request , get_device_metadata_request ) , 12 ) \
X ( a , STATIC , ONEOF , MESSAGE , ( payload_variant , get_device_metadata_response , get_device_metadata_response ) , 13 ) \
X ( a , STATIC , ONEOF , BOOL , ( payload_variant , get_ringtone_request , get_ringtone_request ) , 14 ) \
X ( a , STATIC , ONEOF , STRING , ( payload_variant , get_ringtone_response , get_ringtone_response ) , 15 ) \
2023-02-02 14:05:58 -06:00
X ( a , STATIC , ONEOF , BOOL , ( payload_variant , get_device_connection_status_request , get_device_connection_status_request ) , 16 ) \
X ( a , STATIC , ONEOF , MESSAGE , ( payload_variant , get_device_connection_status_response , get_device_connection_status_response ) , 17 ) \
2023-02-04 13:07:14 -06:00
X ( a , STATIC , ONEOF , MESSAGE , ( payload_variant , set_ham_mode , set_ham_mode ) , 18 ) \
2023-05-22 07:00:20 -05:00
X ( a , STATIC , ONEOF , BOOL , ( payload_variant , get_node_remote_hardware_pins_request , get_node_remote_hardware_pins_request ) , 19 ) \
X ( a , STATIC , ONEOF , MESSAGE , ( payload_variant , get_node_remote_hardware_pins_response , get_node_remote_hardware_pins_response ) , 20 ) \
2023-12-27 12:48:30 -06:00
X ( a , STATIC , ONEOF , BOOL , ( payload_variant , enter_dfu_mode_request , enter_dfu_mode_request ) , 21 ) \
2024-01-29 06:10:48 -06:00
X ( a , STATIC , ONEOF , STRING , ( payload_variant , delete_file_request , delete_file_request ) , 22 ) \
2024-06-15 09:45:33 -05:00
X ( a , STATIC , ONEOF , UINT32 , ( payload_variant , set_scale , set_scale ) , 23 ) \
2025-03-01 05:09:59 -06:00
X ( a , STATIC , ONEOF , UENUM , ( payload_variant , backup_preferences , backup_preferences ) , 24 ) \
X ( a , STATIC , ONEOF , UENUM , ( payload_variant , restore_preferences , restore_preferences ) , 25 ) \
X ( a , STATIC , ONEOF , UENUM , ( payload_variant , remove_backup_preferences , remove_backup_preferences ) , 26 ) \
2025-06-11 20:18:47 -05:00
X ( a , STATIC , ONEOF , MESSAGE , ( payload_variant , send_input_event , send_input_event ) , 27 ) \
2023-01-18 13:42:53 +00:00
X ( a , STATIC , ONEOF , MESSAGE , ( payload_variant , set_owner , set_owner ) , 32 ) \
X ( a , STATIC , ONEOF , MESSAGE , ( payload_variant , set_channel , set_channel ) , 33 ) \
X ( a , STATIC , ONEOF , MESSAGE , ( payload_variant , set_config , set_config ) , 34 ) \
X ( a , STATIC , ONEOF , MESSAGE , ( payload_variant , set_module_config , set_module_config ) , 35 ) \
X ( a , STATIC , ONEOF , STRING , ( payload_variant , set_canned_message_module_messages , set_canned_message_module_messages ) , 36 ) \
X ( a , STATIC , ONEOF , STRING , ( payload_variant , set_ringtone_message , set_ringtone_message ) , 37 ) \
2023-11-16 06:57:22 -06:00
X ( a , STATIC , ONEOF , UINT32 , ( payload_variant , remove_by_nodenum , remove_by_nodenum ) , 38 ) \
2024-03-22 07:24:10 -05:00
X ( a , STATIC , ONEOF , UINT32 , ( payload_variant , set_favorite_node , set_favorite_node ) , 39 ) \
X ( a , STATIC , ONEOF , UINT32 , ( payload_variant , remove_favorite_node , remove_favorite_node ) , 40 ) \
2024-03-24 18:50:26 -05:00
X ( a , STATIC , ONEOF , MESSAGE , ( payload_variant , set_fixed_position , set_fixed_position ) , 41 ) \
X ( a , STATIC , ONEOF , BOOL , ( payload_variant , remove_fixed_position , remove_fixed_position ) , 42 ) \
2024-08-17 05:52:36 -05:00
X ( a , STATIC , ONEOF , FIXED32 , ( payload_variant , set_time_only , set_time_only ) , 43 ) \
2024-10-10 18:31:20 -05:00
X ( a , STATIC , ONEOF , BOOL , ( payload_variant , get_ui_config_request , get_ui_config_request ) , 44 ) \
X ( a , STATIC , ONEOF , MESSAGE , ( payload_variant , get_ui_config_response , get_ui_config_response ) , 45 ) \
X ( a , STATIC , ONEOF , MESSAGE , ( payload_variant , store_ui_config , store_ui_config ) , 46 ) \
2024-11-11 18:55:02 -06:00
X ( a , STATIC , ONEOF , UINT32 , ( payload_variant , set_ignored_node , set_ignored_node ) , 47 ) \
X ( a , STATIC , ONEOF , UINT32 , ( payload_variant , remove_ignored_node , remove_ignored_node ) , 48 ) \
2023-01-18 13:42:53 +00:00
X ( a , STATIC , ONEOF , BOOL , ( payload_variant , begin_edit_settings , begin_edit_settings ) , 64 ) \
X ( a , STATIC , ONEOF , BOOL , ( payload_variant , commit_edit_settings , commit_edit_settings ) , 65 ) \
2025-05-13 06:59:26 -05:00
X ( a , STATIC , ONEOF , MESSAGE , ( payload_variant , add_contact , add_contact ) , 66 ) \
2025-05-27 15:41:35 -05:00
X ( a , STATIC , ONEOF , MESSAGE , ( payload_variant , key_verification , key_verification ) , 67 ) \
2024-08-10 07:51:59 -05:00
X ( a , STATIC , ONEOF , INT32 , ( payload_variant , factory_reset_device , factory_reset_device ) , 94 ) \
2023-01-18 13:42:53 +00:00
X ( a , STATIC , ONEOF , INT32 , ( payload_variant , reboot_ota_seconds , reboot_ota_seconds ) , 95 ) \
X ( a , STATIC , ONEOF , BOOL , ( payload_variant , exit_simulator , exit_simulator ) , 96 ) \
X ( a , STATIC , ONEOF , INT32 , ( payload_variant , reboot_seconds , reboot_seconds ) , 97 ) \
X ( a , STATIC , ONEOF , INT32 , ( payload_variant , shutdown_seconds , shutdown_seconds ) , 98 ) \
2024-08-10 07:51:59 -05:00
X ( a , STATIC , ONEOF , INT32 , ( payload_variant , factory_reset_config , factory_reset_config ) , 99 ) \
2025-11-06 07:10:57 -06:00
X ( a , STATIC , ONEOF , BOOL , ( payload_variant , nodedb_reset , nodedb_reset ) , 100 ) \
2024-08-16 06:09:02 -05:00
X ( a , STATIC , SINGULAR , BYTES , session_passkey , 101 )
2023-01-21 18:22:19 +01:00
# define meshtastic_AdminMessage_CALLBACK NULL
# define meshtastic_AdminMessage_DEFAULT NULL
# define meshtastic_AdminMessage_payload_variant_get_channel_response_MSGTYPE meshtastic_Channel
# define meshtastic_AdminMessage_payload_variant_get_owner_response_MSGTYPE meshtastic_User
# define meshtastic_AdminMessage_payload_variant_get_config_response_MSGTYPE meshtastic_Config
# define meshtastic_AdminMessage_payload_variant_get_module_config_response_MSGTYPE meshtastic_ModuleConfig
# define meshtastic_AdminMessage_payload_variant_get_device_metadata_response_MSGTYPE meshtastic_DeviceMetadata
2023-02-02 14:05:58 -06:00
# define meshtastic_AdminMessage_payload_variant_get_device_connection_status_response_MSGTYPE meshtastic_DeviceConnectionStatus
2023-02-04 13:07:14 -06:00
# define meshtastic_AdminMessage_payload_variant_set_ham_mode_MSGTYPE meshtastic_HamParameters
2023-05-22 07:00:20 -05:00
# define meshtastic_AdminMessage_payload_variant_get_node_remote_hardware_pins_response_MSGTYPE meshtastic_NodeRemoteHardwarePinsResponse
2025-06-11 20:18:47 -05:00
# define meshtastic_AdminMessage_payload_variant_send_input_event_MSGTYPE meshtastic_AdminMessage_InputEvent
2023-01-21 18:22:19 +01:00
# define meshtastic_AdminMessage_payload_variant_set_owner_MSGTYPE meshtastic_User
# define meshtastic_AdminMessage_payload_variant_set_channel_MSGTYPE meshtastic_Channel
# define meshtastic_AdminMessage_payload_variant_set_config_MSGTYPE meshtastic_Config
# define meshtastic_AdminMessage_payload_variant_set_module_config_MSGTYPE meshtastic_ModuleConfig
2024-03-24 18:50:26 -05:00
# define meshtastic_AdminMessage_payload_variant_set_fixed_position_MSGTYPE meshtastic_Position
2024-10-10 18:31:20 -05:00
# define meshtastic_AdminMessage_payload_variant_get_ui_config_response_MSGTYPE meshtastic_DeviceUIConfig
# define meshtastic_AdminMessage_payload_variant_store_ui_config_MSGTYPE meshtastic_DeviceUIConfig
2025-05-13 06:59:26 -05:00
# define meshtastic_AdminMessage_payload_variant_add_contact_MSGTYPE meshtastic_SharedContact
2025-05-27 15:41:35 -05:00
# define meshtastic_AdminMessage_payload_variant_key_verification_MSGTYPE meshtastic_KeyVerificationAdmin
2023-01-21 18:22:19 +01:00
2025-06-11 20:18:47 -05:00
# define meshtastic_AdminMessage_InputEvent_FIELDLIST(X, a) \
X ( a , STATIC , SINGULAR , UINT32 , event_code , 1 ) \
X ( a , STATIC , SINGULAR , UINT32 , kb_char , 2 ) \
X ( a , STATIC , SINGULAR , UINT32 , touch_x , 3 ) \
X ( a , STATIC , SINGULAR , UINT32 , touch_y , 4 )
# define meshtastic_AdminMessage_InputEvent_CALLBACK NULL
# define meshtastic_AdminMessage_InputEvent_DEFAULT NULL
2023-02-04 13:07:14 -06:00
# define meshtastic_HamParameters_FIELDLIST(X, a) \
X ( a , STATIC , SINGULAR , STRING , call_sign , 1 ) \
X ( a , STATIC , SINGULAR , INT32 , tx_power , 2 ) \
2023-02-09 19:32:32 -06:00
X ( a , STATIC , SINGULAR , FLOAT , frequency , 3 ) \
X ( a , STATIC , SINGULAR , STRING , short_name , 4 )
2023-02-04 13:07:14 -06:00
# define meshtastic_HamParameters_CALLBACK NULL
# define meshtastic_HamParameters_DEFAULT NULL
2023-05-22 07:00:20 -05:00
# define meshtastic_NodeRemoteHardwarePinsResponse_FIELDLIST(X, a) \
X ( a , STATIC , REPEATED , MESSAGE , node_remote_hardware_pins , 1 )
# define meshtastic_NodeRemoteHardwarePinsResponse_CALLBACK NULL
# define meshtastic_NodeRemoteHardwarePinsResponse_DEFAULT NULL
# define meshtastic_NodeRemoteHardwarePinsResponse_node_remote_hardware_pins_MSGTYPE meshtastic_NodeRemoteHardwarePin
2025-05-13 06:59:26 -05:00
# define meshtastic_SharedContact_FIELDLIST(X, a) \
X ( a , STATIC , SINGULAR , UINT32 , node_num , 1 ) \
2025-06-15 06:45:00 -05:00
X ( a , STATIC , OPTIONAL , MESSAGE , user , 2 ) \
2025-10-01 15:32:06 -05:00
X ( a , STATIC , SINGULAR , BOOL , should_ignore , 3 ) \
X ( a , STATIC , SINGULAR , BOOL , manually_verified , 4 )
2025-05-13 06:59:26 -05:00
# define meshtastic_SharedContact_CALLBACK NULL
# define meshtastic_SharedContact_DEFAULT NULL
# define meshtastic_SharedContact_user_MSGTYPE meshtastic_User
2025-05-27 15:41:35 -05:00
# define meshtastic_KeyVerificationAdmin_FIELDLIST(X, a) \
X ( a , STATIC , SINGULAR , UENUM , message_type , 1 ) \
X ( a , STATIC , SINGULAR , UINT32 , remote_nodenum , 2 ) \
X ( a , STATIC , SINGULAR , UINT64 , nonce , 3 ) \
X ( a , STATIC , OPTIONAL , UINT32 , security_number , 4 )
# define meshtastic_KeyVerificationAdmin_CALLBACK NULL
# define meshtastic_KeyVerificationAdmin_DEFAULT NULL
2023-01-21 18:22:19 +01:00
extern const pb_msgdesc_t meshtastic_AdminMessage_msg ;
2025-06-11 20:18:47 -05:00
extern const pb_msgdesc_t meshtastic_AdminMessage_InputEvent_msg ;
2023-02-04 13:07:14 -06:00
extern const pb_msgdesc_t meshtastic_HamParameters_msg ;
2023-05-22 07:00:20 -05:00
extern const pb_msgdesc_t meshtastic_NodeRemoteHardwarePinsResponse_msg ;
2025-05-13 06:59:26 -05:00
extern const pb_msgdesc_t meshtastic_SharedContact_msg ;
2025-05-27 15:41:35 -05:00
extern const pb_msgdesc_t meshtastic_KeyVerificationAdmin_msg ;
2023-01-18 13:42:53 +00:00
/* Defines for backwards compatibility with code written before nanopb-0.4.0 */
2023-01-21 18:22:19 +01:00
# define meshtastic_AdminMessage_fields &meshtastic_AdminMessage_msg
2025-06-11 20:18:47 -05:00
# define meshtastic_AdminMessage_InputEvent_fields &meshtastic_AdminMessage_InputEvent_msg
2023-02-04 13:07:14 -06:00
# define meshtastic_HamParameters_fields &meshtastic_HamParameters_msg
2023-05-22 07:00:20 -05:00
# define meshtastic_NodeRemoteHardwarePinsResponse_fields &meshtastic_NodeRemoteHardwarePinsResponse_msg
2025-05-13 06:59:26 -05:00
# define meshtastic_SharedContact_fields &meshtastic_SharedContact_msg
2025-05-27 15:41:35 -05:00
# define meshtastic_KeyVerificationAdmin_fields &meshtastic_KeyVerificationAdmin_msg
2023-01-18 13:42:53 +00:00
/* Maximum encoded size of messages (where known) */
2024-04-09 08:00:19 -05:00
# define MESHTASTIC_MESHTASTIC_ADMIN_PB_H_MAX_SIZE meshtastic_AdminMessage_size
2025-06-11 20:18:47 -05:00
# define meshtastic_AdminMessage_InputEvent_size 14
2024-08-16 06:09:02 -05:00
# define meshtastic_AdminMessage_size 511
2024-05-23 07:20:13 -05:00
# define meshtastic_HamParameters_size 31
2025-05-27 15:41:35 -05:00
# define meshtastic_KeyVerificationAdmin_size 25
2023-05-22 20:19:13 -05:00
# define meshtastic_NodeRemoteHardwarePinsResponse_size 496
2025-10-01 15:32:06 -05:00
# define meshtastic_SharedContact_size 127
2023-01-18 13:42:53 +00:00
# ifdef __cplusplus
} /* extern "C" */
# endif
# endif