DFU relay command parameters. More...
#include <serial_cmd.h>
Data Fields | |
uint8_t | dfu_type |
DFU Firmware type to relay. More... | |
nrf_mesh_fwid_t | fwid |
Firmware ID of firmware that should be relayed. More... | |
DFU relay command parameters.
Definition at line 605 of file serial_cmd.h.
uint8_t serial_cmd_dfu_relay_t::dfu_type |
DFU Firmware type to relay.
Definition at line 607 of file serial_cmd.h.
nrf_mesh_fwid_t serial_cmd_dfu_relay_t::fwid |
Firmware ID of firmware that should be relayed.
Definition at line 608 of file serial_cmd.h.