C++ API
Loading...
Searching...
No Matches
Plux::BITalinoDev::State Struct Reference

Current device state returned by BITalinoDev::getState() More...

#include <plux.h>

Public Attributes

int analog [6]
 Array of analog inputs values (0...1023).
 
int battery
 Battery voltage value (0...1023).
 
int batThreshold
 Low-battery LED threshold (last value set with BITalinoDev::setBatThreshold()).
 
bool digital [4]
 Array of digital ports states (false for low level or true for high level).
 

Detailed Description

Current device state returned by BITalinoDev::getState()

Member Data Documentation

◆ digital

bool Plux::BITalinoDev::State::digital[4]

Array of digital ports states (false for low level or true for high level).

The array contents are: I1 I2 O1 O2.


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