|
knx
ETS configurable knx-stack
|
This is the complete list of members for DataProperty, including all inherited members.
| _access | Property | protected |
| _id | Property | protected |
| _maxElements | Property | protected |
| _type | Property | protected |
| _writeEnable | Property | protected |
| Access() const | Property | |
| command(uint8_t *data, uint8_t length, uint8_t *resultData, uint8_t &resultLength) | Property | virtual |
| data() | DataProperty | |
| data(uint16_t elementIndex) | DataProperty | |
| DataProperty(PropertyID id, bool writeEnable, PropertyDataType type, uint16_t maxElements, uint8_t access) | DataProperty | |
| DataProperty(PropertyID id, bool writeEnable, PropertyDataType type, uint16_t maxElements, uint8_t access, uint8_t value) | DataProperty | |
| DataProperty(PropertyID id, bool writeEnable, PropertyDataType type, uint16_t maxElements, uint8_t access, uint16_t value) | DataProperty | |
| DataProperty(PropertyID id, bool writeEnable, PropertyDataType type, uint16_t maxElements, uint8_t access, uint32_t value) | DataProperty | |
| DataProperty(PropertyID id, bool writeEnable, PropertyDataType type, uint16_t maxElements, uint8_t access, const uint8_t *value) | DataProperty | |
| ElementSize() const | Property | |
| Id() const | Property | |
| MaxElements() const | Property | |
| Property(PropertyID id, bool writeEnable, PropertyDataType type, uint16_t maxElements, uint8_t access) | Property | |
| read(uint16_t start, uint8_t count, uint8_t *data) const override | DataProperty | virtual |
| Property::read(uint8_t &value) const | Property | |
| Property::read(uint16_t &value) const | Property | |
| Property::read(uint32_t &value) const | Property | |
| Property::read(uint8_t *value) const | Property | |
| restore(const uint8_t *buffer) override | DataProperty | virtual |
| save(uint8_t *buffer) override | DataProperty | virtual |
| saveSize() override | DataProperty | virtual |
| state(uint8_t *data, uint8_t length, uint8_t *resultData, uint8_t &resultLength) | Property | virtual |
| Type() const | Property | |
| write(uint16_t start, uint8_t count, const uint8_t *data) override | DataProperty | virtual |
| Property::write(uint8_t value) | Property | |
| Property::write(uint16_t value) | Property | |
| Property::write(uint16_t position, uint16_t value) | Property | |
| Property::write(uint32_t value) | Property | |
| Property::write(const uint8_t *value) | Property | |
| WriteEnable() const | Property | |
| ~DataProperty() override | DataProperty | |
| ~Property() | Property | virtual |