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

Beacon start cmd parameters. More...

#include <serial_cmd.h>

Data Fields

uint8_t beacon_slot
 Slot number of the beacon to set the payload for. More...
 
uint8_t data [BLE_ADV_PACKET_PAYLOAD_MAX_LENGTH]
 Beacon payload. More...
 

Detailed Description

Beacon start cmd parameters.

Definition at line 211 of file serial_cmd.h.

Field Documentation

◆ beacon_slot

uint8_t serial_cmd_device_beacon_start_t::beacon_slot

Slot number of the beacon to set the payload for.

Definition at line 213 of file serial_cmd.h.

◆ data

uint8_t serial_cmd_device_beacon_start_t::data[BLE_ADV_PACKET_PAYLOAD_MAX_LENGTH]

Beacon payload.

Definition at line 214 of file serial_cmd.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated