modm API documentation
|
#include <modm/communication/xpcc/backend/header.hpp>
Public Types | |
enum | Type : uint8_t { REQUEST, RESPONSE, NEGATIVE_RESPONSE, TIMEOUT } |
Public Member Functions | |
Header (Type type, bool ack, uint8_t dest, uint8_t src, uint8_t id) | |
bool | operator== (const Header &other) const |
Public Attributes | |
Type | type |
bool | isAcknowledge |
uint8_t | destination |
uint8_t | source |
uint8_t | packetIdentifier |
Header of a packet.