IProperty is an interface class for setting and getting properties of a derived class. More...
#include <property.h>
Public Member Functions | |
| virtual int | GetProperty (int property, long *value)=0 |
| Get the property value. | |
| virtual int | SetProperty (int property, long value)=0 |
| Set the property value. | |
IProperty is an interface class for setting and getting properties of a derived class.
| virtual int IProperty::GetProperty | ( | int | property, | |
| long * | value | |||
| ) | [pure virtual] |
Get the property value.
| property | the numerical identifier of the property | |
| value | the value of the property is written into this long pointer |
Implemented in CQEAnalog, CQEGpioInt, CQEPower, and CTextLcd.
| virtual int IProperty::SetProperty | ( | int | property, | |
| long | value | |||
| ) | [pure virtual] |
Set the property value.
| property | the numerical identifier of the property | |
| value | the value of the property |
Implemented in CQEAnalog, CQEGpioInt, CQEPower, and CTextLcd.
1.7.1