Morse Micro IoT SDK  2.9.7
mm_s1g_operation Struct Reference

Detailed Description

Data structure to represent information extracted from an S1G Operation information element.

Definition at line 331 of file mmutils.h.

#include <mmutils.h>

Data Fields

uint8_t operating_class
 Operating class. More...
 
uint8_t operating_channel_width_mhz
 Width of the operating channel in MHz. More...
 
uint8_t primary_channel_width_mhz
 Width of the primary channel in MHz. More...
 
uint8_t operating_channel_number
 Channel number of the operating channel. More...
 
uint8_t primary_channel_number
 Channel number of the primary channel. More...
 

Field Documentation

◆ operating_channel_number

uint8_t mm_s1g_operation::operating_channel_number

Channel number of the operating channel.

Definition at line 340 of file mmutils.h.

◆ operating_channel_width_mhz

uint8_t mm_s1g_operation::operating_channel_width_mhz

Width of the operating channel in MHz.

Definition at line 336 of file mmutils.h.

◆ operating_class

uint8_t mm_s1g_operation::operating_class

Operating class.

Definition at line 334 of file mmutils.h.

◆ primary_channel_number

uint8_t mm_s1g_operation::primary_channel_number

Channel number of the primary channel.

Definition at line 342 of file mmutils.h.

◆ primary_channel_width_mhz

uint8_t mm_s1g_operation::primary_channel_width_mhz

Width of the primary channel in MHz.

Definition at line 338 of file mmutils.h.


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