#include <ITransport.h>
Public Member Functions | |
Ack () | |
Public Attributes | |
uint8_t | ack:1 |
uint8_t | data [32] |
uint8_t | powerDet:1 |
uint8_t | retry:4 |
uint8_t | size |
Definition at line 8 of file ITransport.h.
ITransport::Ack::Ack | ( | ) | [inline] |
Definition at line 10 of file ITransport.h.
uint8_t ITransport::Ack::ack |
Definition at line 15 of file ITransport.h.
uint8_t ITransport::Ack::data[32] |
Definition at line 18 of file ITransport.h.
uint8_t ITransport::Ack::powerDet |
Definition at line 16 of file ITransport.h.
uint8_t ITransport::Ack::retry |
Definition at line 17 of file ITransport.h.
uint8_t ITransport::Ack::size |
Definition at line 20 of file ITransport.h.