ADS-B Frame structure.
More...
#include <ADSB.h>
|
|
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.
|
| |
The documentation for this struct was generated from the following file: