Home IO Control
ESPHome add-on for IO-Homecontrol devices
Loading...
Searching...
No Matches
esphome::home_io_control::UartProbeResult Struct Reference

Result of the UART probe: best candidate frame within a raw capture. More...

Collaboration diagram for esphome::home_io_control::UartProbeResult:

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.

Detailed Description

Result of the UART probe: best candidate frame within a raw capture.

Definition at line 91 of file radio_sx1262.cpp.

Member Data Documentation

◆ bit_offset

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.

◆ decoded

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.

◆ decoded_len

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.

◆ frame_len

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.

◆ frame_start

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.

◆ valid

bool esphome::home_io_control::UartProbeResult::valid {false}

A plausible frame was found.

Definition at line 92 of file radio_sx1262.cpp.


The documentation for this struct was generated from the following file: