|
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
|
|
Byte * | firstByte |
| The first Byte contained within the Linked List, used for forward traversal.
|
|
Byte * | lastByte |
| The last Byte contained within the Linked List, used for reverse traversal.
|
|
bool | parity |
| Boolean used for even parity implementation.
|
|
◆ 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: