RADIO_FrameRead

Definition: This function is used to read a stream of data from the radio frame buffer.

Syntax

void RADIO_FrameRead(uint8_t offset, uint8_t* buffer, uint8_t bufferLen)

Input Parameters

Parameters Name

Parameter Type

Description

offset

Uint8_t

FIFO offset to be read from

buffer

Uint8_t *

Pointer to the data to be read from the frame buffer

bufferLen

Uint8_t

Length of the data to be read from the frame buffer

Return Type and Values

<void>

API Type – Synchronous