Radio Control Layer (RCL)
RCL_Buffer_DataEntry Struct Reference

Definition of an RCL Rx Buffer Entry. More...

#include <RCL_Buffer.h>

Public Member Functions

uint16_t length __attribute__ ((aligned(4)))
 

Data Fields

uint8_t numPad
 
uint8_t pad0
 
uint8_t data []
 

Detailed Description

Definition of an RCL Rx Buffer Entry.

Instances of RCL_Buffer_DataEntry are written by LRF into RCL_MultiBuffer instances allocated by the protocol stacks, or used for a single TX packet

Member Function Documentation

§ __attribute__()

uint16_t length RCL_Buffer_DataEntry::__attribute__ ( (aligned(4))  )

Number of bytes in buffer after the length field

Field Documentation

§ numPad

uint8_t RCL_Buffer_DataEntry::numPad

Number of pad bytes before start of the packet

§ pad0

uint8_t RCL_Buffer_DataEntry::pad0

First pad byte, or first byte of the packet if numPad == 0

§ data

uint8_t RCL_Buffer_DataEntry::data[]

Remaining pad bytes and packet


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