pfodParser  3.61.0
The pfodParser library is handles commands sent from the Android pfodApp, pfodApp supports WiFi, BLE, Bluetooth and SMS connections
pfodControl Class Referenceabstract

#include <pfodControl.h>

Public Member Functions

 pfodControl (pfodDwgs *_dwgsPtr)
 
virtual void draw ()=0
 
virtual void update ()=0
 
void setValue (int newValue)
 
int getValue ()
 
void setLabel (const __FlashStringHelper *_label)
 

Protected Attributes

pfodDwgsdwgsPtr
 
const __FlashStringHelper * label
 
int value
 

Detailed Description

Definition at line 13 of file pfodControl.h.

Constructor & Destructor Documentation

◆ pfodControl()

pfodControl::pfodControl ( pfodDwgs _dwgsPtr)

Member Function Documentation

◆ draw()

virtual void pfodControl::draw ( )
pure virtual

◆ getValue()

int pfodControl::getValue ( )

◆ setLabel()

void pfodControl::setLabel ( const __FlashStringHelper *  _label)

◆ setValue()

void pfodControl::setValue ( int  newValue)

◆ update()

virtual void pfodControl::update ( )
pure virtual

Member Data Documentation

◆ dwgsPtr

pfodDwgs* pfodControl::dwgsPtr
protected

Definition at line 29 of file pfodControl.h.

◆ label

const __FlashStringHelper* pfodControl::label
protected

Definition at line 30 of file pfodControl.h.

◆ value

int pfodControl::value
protected

Definition at line 31 of file pfodControl.h.