nRF5 SDK for Mesh v5.0.0
Data Fields
config_publication_state_t Struct Reference

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...
 

Detailed Description

Publication state parameter structure.

Definition at line 62 of file config_client.h.

Field Documentation

◆ element_address

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.

◆ publish_address

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.

◆ appkey_index

uint16_t config_publication_state_t::appkey_index

Application key index.

Definition at line 72 of file config_client.h.

◆ frendship_credential_flag

bool config_publication_state_t::frendship_credential_flag

Set true to use friendship credentials for publishing.

Warning
Not supported.

Definition at line 77 of file config_client.h.

◆ publish_ttl

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.

◆ publish_period

access_publish_period_t config_publication_state_t::publish_period

Publish period.

Definition at line 84 of file config_client.h.

◆ retransmit_count

uint8_t config_publication_state_t::retransmit_count

Retransmit count.

Definition at line 86 of file config_client.h.

◆ retransmit_interval

uint8_t config_publication_state_t::retransmit_interval

Retransmit interval (in multiples of 50 ms).

Definition at line 88 of file config_client.h.

◆ model_id

access_model_id_t config_publication_state_t::model_id

Model identifier.

Definition at line 90 of file config_client.h.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated