Morse Micro IoT SDK  2.10.4
beacon_vendor_ie_stat Struct Reference

Detailed Description

Structure to store some basic statistics for the beacon Vendor Specific IE reception.

Definition at line 112 of file beacon_stuffing.c.

Data Fields

uint32_t occurrences
 Number of times the Vendor Specific IE in the beacon was seen. More...
 
uint8_t * ie_data
 If not NULL, the most recent IE data received. More...
 
uint32_t ie_len
 The length in bytes of ie_data. More...
 

Field Documentation

◆ ie_data

uint8_t* beacon_vendor_ie_stat::ie_data

If not NULL, the most recent IE data received.

This does not include the IE header.

Definition at line 117 of file beacon_stuffing.c.

◆ ie_len

uint32_t beacon_vendor_ie_stat::ie_len

The length in bytes of ie_data.

Definition at line 119 of file beacon_stuffing.c.

◆ occurrences

uint32_t beacon_vendor_ie_stat::occurrences

Number of times the Vendor Specific IE in the beacon was seen.

Definition at line 115 of file beacon_stuffing.c.


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