nrfcxx  0.1.0
C++-17 Framework for Nordic nRF5 Devices
Data Fields
nrfcxx::sd::Beacon::frame_prefix_s Struct Reference

Structure providing the prefix for most beacon content. More...

#include <nrfcxx/sd/beacon.hpp>

Data Fields

uint8_t frame_type = FRAME_TYPE_TEST
 Identifies packet content. More...
 
uint8_t flags = 0
 Flags that provide additional information about the beacon content. More...
 

Detailed Description

Structure providing the prefix for most beacon content.

This is intended to be used for Manufacturer Specific Data contents. The frame_type field is used to identify the content that follows this prefix.

Field Documentation

◆ flags

uint8_t nrfcxx::sd::Beacon::frame_prefix_s::flags = 0

Flags that provide additional information about the beacon content.

Generally zero, but in some cases presence of optional fields may be indicated by bits in this value.

◆ frame_type

uint8_t nrfcxx::sd::Beacon::frame_prefix_s::frame_type = FRAME_TYPE_TEST

Identifies packet content.

See also
TelemetryBeacon::FRAME_TYPE
SystemStateBeacon::FRAME_TYPE

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