P2P Transmitter
Loading...
Searching...
No Matches
Packet Struct Reference

Public Attributes

int length
 Number of contained Bytes within the Packet. This value is not reliable and must be updated in any custom Packet implementations.
 
uint8_t header
 4-bit Packet header
 
BytefirstByte
 The first Byte contained within the Linked List, used for forward traversal.
 
BytelastByte
 The last Byte contained within the Linked List, used for reverse traversal.
 
bool parity
 Boolean used for even parity implementation.
 

Member Data Documentation

◆ header

uint8_t Packet::header

4-bit Packet header

Most significant bit is a Boolean used to request that the peer retransmit the specified Packet Identifier. The three remaining bits are the Packet Identifier.


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