Bluenet  5.7.0
Bluenet, firmware for nRF52 smart home devices
Loading...
Searching...
No Matches
mesh_control_command_packet_flags_t Union Reference

Flags to determine how to send the mesh message. More...

#include <cs_Packets.h>

Public Attributes

struct {
   bool   broadcast: 1
 
   bool   acked: 1
 
   bool   useKnownIds: 1
 
   bool   doNotRelay: 1
 
flags
 
uint8_t asInt = 1
 

Detailed Description

Flags to determine how to send the mesh message.

All possibilities: 1,0,0 Broadcast 1,1,0 Broadcast, ack all provided IDs 1,1,1 Broadcast, ack all known IDs 0,0,0 Send command only to provided IDs 0,1,0 Send command only to provided IDs, with ack 0,0,1 Send command only to known IDs 0,1,1 Send command only to known IDs, with ack

Member Data Documentation

◆ acked

bool mesh_control_command_packet_flags_t::acked

◆ asInt

uint8_t mesh_control_command_packet_flags_t::asInt = 1

◆ broadcast

bool mesh_control_command_packet_flags_t::broadcast

◆ doNotRelay

bool mesh_control_command_packet_flags_t::doNotRelay

◆ 

struct { ... } mesh_control_command_packet_flags_t::flags

◆ useKnownIds

bool mesh_control_command_packet_flags_t::useKnownIds

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