Skip to content

espmeshmesh

Types

Name Description
EspMeshMesh
MeshSocket
MultiPathSentStatusHandler @brief MultiPath sent status handler :material-location-enter: status : true if the packet has been sent correctly, false otherwise
UnicastPacket @brief Unicast packet This class mantains the sent status of the current sent unicast packet The packet will be deleted automatically when the packet is sent
UnicastSentStatusHandler @brief Unicast sent status handler :material-location-enter: status : true if the packet has been sent correctly, false otherwise

Type Aliases

Name Description
Broadcast2SentStatusHandler @brief Broadcast2 sent status handler :material-location-enter: status : true if the packet has been sent correctly, false otherwise

Type Alias Details

Broadcast2SentStatusHandler

!!! typedef "typedef std::function<void(bool status)> Broadcast2SentStatusHandler"

@brief Broadcast2 sent status handler

:material-location-enter: `status`
:    true if the packet has been sent correctly, false otherwise