|
Home IO Control
ESPHome add-on for IO-Homecontrol devices
|
Result of the UART probe: best candidate frame within a raw capture. More...
Public Attributes | |
| bool | valid {false} |
| A plausible frame was found. | |
| uint8_t | bit_offset {0} |
| Bit offset where the best decode started. | |
| uint8_t | decoded_len {0} |
| Total number of bytes decoded at that offset. | |
| uint8_t | frame_start {0} |
| Index into decoded buffer where the frame begins. | |
| uint8_t | frame_len {0} |
| Length of the candidate IoFrame (decoded bytes). | |
| uint8_t | decoded [RADIO_PACKET_BUFFER_SIZE] {} |
| Full decoded UART stream at the chosen offset. | |
Result of the UART probe: best candidate frame within a raw capture.
Definition at line 91 of file radio_sx1262.cpp.
| uint8_t esphome::home_io_control::UartProbeResult::bit_offset {0} |
Bit offset where the best decode started.
Definition at line 93 of file radio_sx1262.cpp.
| uint8_t esphome::home_io_control::UartProbeResult::decoded[RADIO_PACKET_BUFFER_SIZE] {} |
Full decoded UART stream at the chosen offset.
Definition at line 97 of file radio_sx1262.cpp.
| uint8_t esphome::home_io_control::UartProbeResult::decoded_len {0} |
Total number of bytes decoded at that offset.
Definition at line 94 of file radio_sx1262.cpp.
| uint8_t esphome::home_io_control::UartProbeResult::frame_len {0} |
Length of the candidate IoFrame (decoded bytes).
Definition at line 96 of file radio_sx1262.cpp.
| uint8_t esphome::home_io_control::UartProbeResult::frame_start {0} |
Index into decoded buffer where the frame begins.
Definition at line 95 of file radio_sx1262.cpp.
| bool esphome::home_io_control::UartProbeResult::valid {false} |
A plausible frame was found.
Definition at line 92 of file radio_sx1262.cpp.