Used to update the ttl value for the messages originating from a given model. More...
#include <serial_cmd.h>
Data Fields | |
access_model_handle_t | model_handle |
Handle of the model that the access module should operate on. More... | |
uint8_t | ttl |
TTL for outgoing messages. More... | |
Used to update the ttl value for the messages originating from a given model.
Definition at line 654 of file serial_cmd.h.
access_model_handle_t serial_cmd_access_model_pub_ttl_set_t::model_handle |
Handle of the model that the access module should operate on.
Definition at line 656 of file serial_cmd.h.
uint8_t serial_cmd_access_model_pub_ttl_set_t::ttl |
TTL for outgoing messages.
Definition at line 657 of file serial_cmd.h.