nrf_mesh_app_id_t

nRF5 SDK for Mesh v5.0.0

Application ID structure. More...

#include <nrf_mesh_dfu_types.h>

Data Fields

uint32_t company_id
 Company ID. More...
 
uint16_t app_id
 Application ID. More...
 
uint32_t app_version
 Application version. More...
 

Detailed Description

Application ID structure.

Definition at line 81 of file nrf_mesh_dfu_types.h.

Field Documentation

◆ company_id

uint32_t nrf_mesh_app_id_t::company_id

Company ID.

Definition at line 84 of file nrf_mesh_dfu_types.h.

◆ app_id

uint16_t nrf_mesh_app_id_t::app_id

Application ID.

Definition at line 86 of file nrf_mesh_dfu_types.h.

◆ app_version

uint32_t nrf_mesh_app_id_t::app_version

Application version.

Definition at line 88 of file nrf_mesh_dfu_types.h.