Bluenet
5.7.0
Bluenet, firmware for nRF52 smart home devices
|
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 |
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
bool mesh_control_command_packet_flags_t::acked |
uint8_t mesh_control_command_packet_flags_t::asInt = 1 |
bool mesh_control_command_packet_flags_t::broadcast |
bool mesh_control_command_packet_flags_t::doNotRelay |
struct { ... } mesh_control_command_packet_flags_t::flags |
bool mesh_control_command_packet_flags_t::useKnownIds |