#include <stdint.h>
#include <fstream>
Go to the source code of this file.
Classes | |
struct | ITransport::Ack |
class | ITransport |
Functions | |
Ack () | |
Variables | |
class ITransport | __attribute__ |
uint8_t | ack |
uint8_t | data [32] |
uint8_t | powerDet |
uint8_t | retry |
uint8_t | size |
Definition at line 23 of file ITransport.h.
class ITransport __attribute__ |
uint8_t ack |
Definition at line 28 of file ITransport.h.
uint8_t data[32] |
Definition at line 31 of file ITransport.h.
uint8_t powerDet |
Definition at line 29 of file ITransport.h.
uint8_t retry |
Definition at line 30 of file ITransport.h.
uint8_t size |
Definition at line 33 of file ITransport.h.