LCC Fusion Project 1.0
LCC Automation
Loading...
Searching...
No Matches
OutputData Struct Reference

#include <Outputs.h>

Public Attributes

byte oStatus
 
int id
 
byte pin
 
byte iFlag
 

Detailed Description

Data associated to each Output.

Definition at line 22 of file Outputs.h.

Member Data Documentation

◆ id

int OutputData::id

The numeric ID (0-32767) of the output.

Definition at line 24 of file Outputs.h.

◆ iFlag

byte OutputData::iFlag

Defines the operational behavior of the output based on bits 0, 1, and 2 (See 'lists all outputs' command for more information).

Definition at line 26 of file Outputs.h.

◆ oStatus

byte OutputData::oStatus

Current activation status.

Definition at line 23 of file Outputs.h.

◆ pin

byte OutputData::pin

The Arduino pin number to use for the output.

Definition at line 25 of file Outputs.h.


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