Skip to content

MeshAddress

struct MeshAddress

This class is used to represent an address in the mesh network. The address is composed of a port, an address and a list of repeaters. The port is the source or destination port of the protocol used to send or receive data. The address is the source or destination address. The repeaters rapresent the path to the destination or source address.

Variables

Name Description
broadCastAddress @brief Broadcast address used to send and receive data to all neighboors.

Variable Details

broadCastAddress

!!! variable "static const uint32_t broadCastAddress"

@brief Broadcast address used to send and receive data to all neighboors.