Menu

Packet< T > Struct Template Reference

#include <Packet.h>

Public Member Functions

 Packet ()
 Packet (const Packet< T > &p)
 Packet (T address, uint8_t *d, uint16_t length, bool fragment=false)

Data Fields

snn
uint8_t * data
uint16_t data_length
bool fragment
 True if this packet is a fragment (not a complete event).

template<class T>
struct Packet< T >


Constructor & Destructor Documentation

template<class T>
Packet< T >::Packet (  )  [inline]
template<class T>
Packet< T >::Packet ( const Packet< T > &  p  )  [inline]
template<class T>
Packet< T >::Packet ( address,
uint8_t *  d,
uint16_t  length,
bool  fragment = false 
) [inline]

Field Documentation


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