Trident IoT Z-Wave SDK
 
Loading...
Searching...
No Matches
zpal_bootloader_info_t Struct Reference

Information about the current bootloader. More...

#include <zpal_bootloader.h>

Data Fields

zpal_bootloader_type_t type
 The type of bootloader.
 
uint32_t version
 Version number of the bootloader. See Zpal-bootloader-info-version for masking.
 
uint32_t capabilities
 Capability mask for the bootloader.
 

Detailed Description

Information about the current bootloader.

Field Documentation

◆ capabilities

uint32_t zpal_bootloader_info_t::capabilities

Capability mask for the bootloader.

◆ type

zpal_bootloader_type_t zpal_bootloader_info_t::type

The type of bootloader.

◆ version

uint32_t zpal_bootloader_info_t::version

Version number of the bootloader. See Zpal-bootloader-info-version for masking.


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