fplayer
C99 Falcon Sequence (fseq) file player for Light-O-Rama hardware (like xLights)
Loading...
Searching...
No Matches
fseq_var_s Struct Reference

Represents a variable that can be encoded in the FSEQ format. More...

#include <writer.h>

Data Fields

unsigned char id [2]
 Two char id for identifying the variable.
 
uint16_t size
 Size of the variable data value.
 
char * value
 Binary variable data.
 

Detailed Description

Represents a variable that can be encoded in the FSEQ format.

Field Documentation

◆ id

unsigned char fseq_var_s::id[2]

Two char id for identifying the variable.

◆ size

uint16_t fseq_var_s::size

Size of the variable data value.

◆ value

char* fseq_var_s::value

Binary variable data.


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