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... | |
Application ID structure.
Definition at line 81 of file nrf_mesh_dfu_types.h.
uint32_t nrf_mesh_app_id_t::company_id |
Company ID.
Definition at line 84 of file nrf_mesh_dfu_types.h.
uint16_t nrf_mesh_app_id_t::app_id |
Application ID.
Definition at line 86 of file nrf_mesh_dfu_types.h.
uint32_t nrf_mesh_app_id_t::app_version |
Application version.
Definition at line 88 of file nrf_mesh_dfu_types.h.