Denislam Valeev / Mbed OS Nucleo_rtos_basic
Embed: (wiki syntax)

« Back to documentation index

cflist_params_t Struct Reference

cflist_params_t Struct Reference

The parameter structure for the function RegionApplyCFList. More...

#include <lora_phy_ds.h>

Data Fields

uint8_t * payload
 The payload containing the CF list.
uint8_t size
 The size of the payload.

Detailed Description

The parameter structure for the function RegionApplyCFList.

Definition at line 761 of file lora_phy_ds.h.


Field Documentation

uint8_t* payload

The payload containing the CF list.

Definition at line 766 of file lora_phy_ds.h.

uint8_t size

The size of the payload.

Definition at line 770 of file lora_phy_ds.h.