|
fplayer
C99 Falcon Sequence (fseq) file player for Light-O-Rama hardware (like xLights)
|
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. | |
Represents a variable that can be encoded in the FSEQ format.
| unsigned char fseq_var_s::id[2] |
Two char id for identifying the variable.
| uint16_t fseq_var_s::size |
Size of the variable data value.
| char* fseq_var_s::value |
Binary variable data.