Publication state parameter structure. More...
#include <config_client.h>
Data Fields | |
uint16_t | element_address |
Element address of the model to set the publication state. More... | |
nrf_mesh_address_t | publish_address |
Publish address. More... | |
uint16_t | appkey_index |
Application key index. More... | |
bool | frendship_credential_flag |
Set true to use friendship credentials for publishing. More... | |
uint8_t | publish_ttl |
Publish TTL value. More... | |
access_publish_period_t | publish_period |
Publish period. More... | |
uint8_t | retransmit_count |
Retransmit count. More... | |
uint8_t | retransmit_interval |
Retransmit interval (in multiples of 50 ms). More... | |
access_model_id_t | model_id |
Model identifier. More... | |
Publication state parameter structure.
Definition at line 62 of file config_client.h.
uint16_t config_publication_state_t::element_address |
Element address of the model to set the publication state.
Definition at line 65 of file config_client.h.
nrf_mesh_address_t config_publication_state_t::publish_address |
Publish address.
Set type to NRF_MESH_ADDRESS_TYPE_VIRTUAL to set it to a virtual address.
Definition at line 70 of file config_client.h.
uint16_t config_publication_state_t::appkey_index |
Application key index.
Definition at line 72 of file config_client.h.
bool config_publication_state_t::frendship_credential_flag |
Set true
to use friendship credentials for publishing.
Definition at line 77 of file config_client.h.
uint8_t config_publication_state_t::publish_ttl |
Publish TTL value.
Set to ACCESS_TTL_USE_DEFAULT to use the default TTL configuration for the node.
Definition at line 82 of file config_client.h.
access_publish_period_t config_publication_state_t::publish_period |
Publish period.
Definition at line 84 of file config_client.h.
uint8_t config_publication_state_t::retransmit_count |
Retransmit count.
Definition at line 86 of file config_client.h.
uint8_t config_publication_state_t::retransmit_interval |
Retransmit interval (in multiples of 50 ms).
Definition at line 88 of file config_client.h.
access_model_id_t config_publication_state_t::model_id |
Model identifier.
Definition at line 90 of file config_client.h.