modm API documentation

Header of a packet. More...

#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
 

Detailed Description

Header of a packet.

Author
Martin Rosekeit
Fabian Greif

The documentation for this struct was generated from the following files: