RadioLib
Universal wireless communication library for Arduino
Loading...
Searching...
No Matches
ADSBFrame Struct Reference

ADS-B Frame structure. More...

#include <ADSB.h>

Public Attributes

uint8_t downlinkFormat
 Downlink format (DF). Received frames should always have DF = 17.
 
uint8_t capability
 Transponder capability.
 
uint8_t icao [RADIOLIB_ADSB_FRAME_ICAO_LEN_BYTES]
 Transponder ICAO address.
 
ADSBMessageType messageType
 Message type.
 
uint8_t message [RADIOLIB_ADSB_FRAME_MESSAGE_LEN_BYTES]
 Message buffer, interpretation is dependent on the value of messageType.
 

Detailed Description

ADS-B Frame structure.


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