ESPHome
2024.10.2
|
#include <exposure_notifications.h>
Data Fields | |
std::array< uint8_t, 6 > | address |
int | rssi |
std::array< uint8_t, 16 > | rolling_proximity_identifier |
std::array< uint8_t, 4 > | associated_encrypted_metadata |
Definition at line 13 of file exposure_notifications.h.
std::array<uint8_t, 6> esphome::exposure_notifications::ExposureNotification::address |
Definition at line 14 of file exposure_notifications.h.
std::array<uint8_t, 4> esphome::exposure_notifications::ExposureNotification::associated_encrypted_metadata |
Definition at line 17 of file exposure_notifications.h.
std::array<uint8_t, 16> esphome::exposure_notifications::ExposureNotification::rolling_proximity_identifier |
Definition at line 16 of file exposure_notifications.h.
int esphome::exposure_notifications::ExposureNotification::rssi |
Definition at line 15 of file exposure_notifications.h.