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

Data frame contents. More...

#include <expansion_protocol.h>

Data Fields

uint8_t size
 Size of the data.
 
uint8_t bytes [EXPANSION_PROTOCOL_MAX_DATA_SIZE]
 Data bytes.
 

Detailed Description

Data frame contents.

Field Documentation

◆ bytes

uint8_t ExpansionFrameData::bytes[EXPANSION_PROTOCOL_MAX_DATA_SIZE]

Data bytes.

Valid only up to ExpansionFrameData::size bytes.

◆ size

uint8_t ExpansionFrameData::size

Size of the data.

Must be less than EXPANSION_PROTOCOL_MAX_DATA_SIZE.


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