|
SH2SC-EDT
Self-Healing Hardware and Software Complex for Encrypted Data Transmission
|
Single-byte responses sent by RX on the clean feedback channel. More...
Variables | |
| const uint8_t | ACK_BYTE = 0x06 |
| Positive acknowledgement — MAC verified, note played (or FIN accepted). | |
| const uint8_t | NACK_BYTE = 0x15 |
| Negative acknowledgement — MAC mismatch; TX must retransmit. | |
| const uint8_t | ACK_BYTE = 0x06 |
| Positive acknowledgement — MAC verified, note played (or FIN accepted). | |
| const uint8_t | NACK_BYTE = 0x15 |
| Negative acknowledgement — MAC mismatch; TX must retransmit. | |
Single-byte responses sent by RX on the clean feedback channel.
| const uint8_t ACK_BYTE = 0x06 |
Positive acknowledgement — MAC verified, note played (or FIN accepted).
Definition at line 135 of file protocol.h.
| const uint8_t ACK_BYTE = 0x06 |
Positive acknowledgement — MAC verified, note played (or FIN accepted).
Definition at line 135 of file protocol.h.
Referenced by authenticateAndPlay(), processFinPacket(), processHelloBody(), and tx_loop().
| const uint8_t NACK_BYTE = 0x15 |
Negative acknowledgement — MAC mismatch; TX must retransmit.
Definition at line 136 of file protocol.h.
| const uint8_t NACK_BYTE = 0x15 |
Negative acknowledgement — MAC mismatch; TX must retransmit.
Definition at line 136 of file protocol.h.
Referenced by authenticateAndPlay(), processFinPacket(), processReceivedByte(), and tx_loop().