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

Serial port communication device. More...

#include <serial.h>

Data Fields

virtual _Bool: 1
 If true, output is written to vfile.
 
_Bool real: 1
 If true, output is written to rport.
 
_Bool silenced: 1
 If true, output is discarded.
 
union { 
 
   FILE *   vfile 
 Virtual file handle. More...
 
   struct sp_port *   rport 
 Real serial port handle. More...
 
dev 
 Device handle.
 

Detailed Description

Serial port communication device.

Field Documentation

◆ _Bool

virtual serialdev_s::_Bool

If true, output is written to vfile.

◆ [union]

union { ... } serialdev_s::dev

Device handle.

◆ real

_Bool serialdev_s::real

If true, output is written to rport.

◆ rport

struct sp_port* serialdev_s::rport

Real serial port handle.

◆ silenced

_Bool serialdev_s::silenced

If true, output is discarded.

◆ vfile

FILE* serialdev_s::vfile

Virtual file handle.


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