Mbed OS Reference
Loading...
Searching...
No Matches
ws_cca_threshold_table Struct Reference

Struct ws_cca_threshold_table Wi-SUN CCA threshold table information. More...

#include <WisunInterface.h>

Data Fields

uint8_t number_of_channels
 Number of channels. More...
 
const int8_t * cca_threshold_table
 CCA threshold table. More...
 

Detailed Description

Struct ws_cca_threshold_table Wi-SUN CCA threshold table information.

Definition at line 63 of file WisunInterface.h.

Field Documentation

◆ number_of_channels

uint8_t number_of_channels

Number of channels.

Definition at line 65 of file WisunInterface.h.

◆ cca_threshold_table

const int8_t* cca_threshold_table

CCA threshold table.

Definition at line 67 of file WisunInterface.h.