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

« Back to documentation index

new_channel_req_params_s Struct Reference

new_channel_req_params_s Struct Reference

A structure that holds new channel parameters coming from the network server. More...

#include <lora_phy_ds.h>

Data Fields

channel_params_tnew_channel
 A pointer to the new channel's parameters.
int8_t channel_id
 The channel ID.

Detailed Description

A structure that holds new channel parameters coming from the network server.

Definition at line 956 of file lora_phy_ds.h.


Field Documentation

int8_t channel_id

The channel ID.

Definition at line 965 of file lora_phy_ds.h.

A pointer to the new channel's parameters.

Definition at line 961 of file lora_phy_ds.h.