continue dest handler

This commit is contained in:
2023-07-26 22:27:02 +02:00
parent 6c87ae0b67
commit 9bbd2cdad1
3 changed files with 60 additions and 10 deletions

View File

@ -1,6 +1,6 @@
pub mod dest;
#[derive(Copy, Clone, PartialEq, Eq)]
#[derive(Debug, Copy, Clone, PartialEq, Eq)]
pub enum TransactionStep {
Idle = 0,
TransactionStart = 1,
@ -10,7 +10,7 @@ pub enum TransactionStep {
SendingFinishedPdu = 5,
}
#[derive(Copy, Clone, PartialEq, Eq)]
#[derive(Debug, Copy, Clone, PartialEq, Eq)]
pub enum State {
Idle = 0,
BusyClass1Nacked = 2,