Flipper Zero Firmware
Loading...
Searching...
No Matches
ExpansionFrame Struct Reference

Expansion protocol frame structure. More...

#include <expansion_protocol.h>

Data Fields

ExpansionFrameHeader header
 Header of the frame.
 
union { 
 
   ExpansionFrameHeartbeat   heartbeat 
 Heartbeat frame contents.
 
   ExpansionFrameStatus   status 
 Status frame contents.
 
   ExpansionFrameBaudRate   baud_rate 
 Baud rate frame contents.
 
   ExpansionFrameControl   control 
 Control frame contents.
 
   ExpansionFrameData   data 
 Data frame contents.
 
content 
 Contents of the frame.
 

Detailed Description

Expansion protocol frame structure.

Field Documentation

◆ header

ExpansionFrameHeader ExpansionFrame::header

Header of the frame.

Required.


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