|
SPSP
Simple publish-subscribe protocol. Connects low power IoT clients to MQTT.
|
Internal bridge connection info. More...
#include <espnow.hpp>

Public Member Functions | |
| BridgeConnInfoInternal () | |
| Construct a new empty object. More... | |
| BridgeConnInfoInternal (BridgeConnInfoRTC brRTC) | |
| Construct a new object from retained RTC version. More... | |
| bool | empty () |
| Whether bridge info doesn't contain any meaningful bridge. More... | |
| BridgeConnInfoRTC | toRTC () |
| Convert internal info to RTC version. More... | |
Public Attributes | |
| LocalAddrT | addr = {} |
| Address. | |
| int | rssi = SIGNAL_MIN |
| Signal RSSI. | |
| uint8_t | ch = 0 |
| Wireless channel. | |
Internal bridge connection info.
Definition at line 65 of file espnow.hpp.
|
inline |
Construct a new empty object.
Definition at line 75 of file espnow.hpp.
|
inline |
Construct a new object from retained RTC version.
| brRTC | RTC version |
Definition at line 82 of file espnow.hpp.
|
inline |
Whether bridge info doesn't contain any meaningful bridge.
Definition at line 91 of file espnow.hpp.
| BridgeConnInfoRTC SPSP::LocalLayers::ESPNOW::ESPNOW::BridgeConnInfoInternal::toRTC | ( | ) |
Convert internal info to RTC version.
1.8.17