Read long telegrams complete

This commit is contained in:
MichaelDvP
2020-10-12 17:54:21 +02:00
parent 7dca8dfe2d
commit a9041b7818
4 changed files with 11 additions and 1 deletions

View File

@@ -284,6 +284,7 @@ class TxService : public EMSbus {
void retry_tx(const uint8_t operation, const uint8_t * data, const uint8_t length);
bool is_last_tx(const uint8_t src, const uint8_t dest) const;
uint16_t post_send_query();
void read_next_tx();
uint8_t retry_count() const {
return retry_count_;