![]() |
Open Lighting Architecture
0.9.4
|
The base class all Settings inherit from.
Public Member Functions | |
| virtual std::string | Description () const =0 |
| The text description of this setting. | |
| virtual unsigned int | DescriptionResponseSize () const =0 |
| Return the size of the _DESCRIPTION parameter data. | |
| virtual unsigned int | GenerateDescriptionResponse (uint8_t index, uint8_t *data) const =0 |
| Populate the _DESCRIPTION parameter data. | |
|
pure virtual |
The text description of this setting.
|
pure virtual |
Populate the _DESCRIPTION parameter data.
| index | the index for this setting |
| data | the RDM parameter data to write to. |
1.8.1.2