bit(int bit) const | deCONZ::ZclAttribute | |
bitCount() const | deCONZ::ZclAttribute | |
bitmap() const | deCONZ::ZclAttribute | |
dataType() const | deCONZ::ZclAttribute | |
dataType_t() const | deCONZ::ZclAttribute | |
DefaultFormat enum value | deCONZ::ZclAttribute | |
description() const | deCONZ::ZclAttribute | |
enumCount() const | deCONZ::ZclAttribute | |
enumerationId() const | deCONZ::ZclAttribute | |
enumerator() const | deCONZ::ZclAttribute | |
FormatHint enum name | deCONZ::ZclAttribute | |
formatHint() const | deCONZ::ZclAttribute | |
id() const | deCONZ::ZclAttribute | |
id_t() const | deCONZ::ZclAttribute | |
isAvailable() const | deCONZ::ZclAttribute | |
isMandatory() const | deCONZ::ZclAttribute | |
isManufacturerSpecific() const | deCONZ::ZclAttribute | |
isReadonly() const | deCONZ::ZclAttribute | |
lastRead() const | deCONZ::ZclAttribute | |
manufacturerCode() const | deCONZ::ZclAttribute | |
manufacturerCode_t() const | deCONZ::ZclAttribute | |
maxReportInterval() const | deCONZ::ZclAttribute | |
minReportInterval() const | deCONZ::ZclAttribute | |
name() const | deCONZ::ZclAttribute | |
numericBase() const | deCONZ::ZclAttribute | |
numericValue() const | deCONZ::ZclAttribute | |
operator=(const ZclAttribute &other) | deCONZ::ZclAttribute | |
operator=(ZclAttribute &&other) noexcept | deCONZ::ZclAttribute | |
Prefix enum value | deCONZ::ZclAttribute | |
rangeMax() const | deCONZ::ZclAttribute | |
rangeMin() const | deCONZ::ZclAttribute | |
readFromStream(QDataStream &stream) | deCONZ::ZclAttribute | |
readReportableChangeFromStream(QDataStream &stream) | deCONZ::ZclAttribute | |
reportableChange() const | deCONZ::ZclAttribute | |
reportTimeoutPeriod() const | deCONZ::ZclAttribute | |
setAvailable(bool available) | deCONZ::ZclAttribute | |
setBit(uint bit, bool one) | deCONZ::ZclAttribute | |
setBitmap(quint64 bmp) | deCONZ::ZclAttribute | |
setDataType(uint8_t type) | deCONZ::ZclAttribute | |
setDescription(const QString &description) | deCONZ::ZclAttribute | |
setEnumerationId(quint8 id) | deCONZ::ZclAttribute | |
setEnumerator(uint value) | deCONZ::ZclAttribute | |
setFormatHint(FormatHint formatHint) | deCONZ::ZclAttribute | |
setManufacturerCode(quint16 mfcode) | deCONZ::ZclAttribute | |
setManufacturerCode(ManufacturerCode_t mfcode) | deCONZ::ZclAttribute | |
setMaxReportInterval(uint16_t interval) | deCONZ::ZclAttribute | |
setMinReportInterval(uint16_t interval) | deCONZ::ZclAttribute | |
setNumericBase(uint8_t base) | deCONZ::ZclAttribute | |
setNumericValue(const NumericUnion &value) | deCONZ::ZclAttribute | |
setRangeMax(int rangeMax) | deCONZ::ZclAttribute | |
setRangeMin(int rangeMin) | deCONZ::ZclAttribute | |
setReportableChange(const NumericUnion &reportableChange) | deCONZ::ZclAttribute | |
setReportTimeoutPeriod(uint16_t period) | deCONZ::ZclAttribute | |
setValue(bool value) | deCONZ::ZclAttribute | |
setValue(quint64 value) | deCONZ::ZclAttribute | |
setValue(qint64 value) | deCONZ::ZclAttribute | |
setValue(const QVariant &value) | deCONZ::ZclAttribute | |
SliderFormat enum value | deCONZ::ZclAttribute | |
toString(FormatHint formatHint=DefaultFormat) const | deCONZ::ZclAttribute | |
toString(const deCONZ::ZclDataType &dataType, FormatHint formatHint=DefaultFormat) const | deCONZ::ZclAttribute | |
toVariant() const | deCONZ::ZclAttribute | |
valueNameAt(int bitOrEnum) const | deCONZ::ZclAttribute | |
valueNamePositions() const | deCONZ::ZclAttribute | |
valuesNames() const | deCONZ::ZclAttribute | |
writeReportableChangeToStream(QDataStream &stream) const | deCONZ::ZclAttribute | |
writeToStream(QDataStream &stream) const | deCONZ::ZclAttribute | |
ZclAttribute() | deCONZ::ZclAttribute | |
ZclAttribute(uint16_t id, uint8_t type, const QString &name, ZclAccess access, bool required) | deCONZ::ZclAttribute | |
ZclAttribute(ZclAttributeId_t id, ZclDataTypeId_t type, const QString &name, ZclAccess access, bool required) | deCONZ::ZclAttribute | |
ZclAttribute(const ZclAttribute &other) | deCONZ::ZclAttribute | |
ZclAttribute(ZclAttribute &&other) noexcept | deCONZ::ZclAttribute | |
ZclDataBase (defined in deCONZ::ZclAttribute) | deCONZ::ZclAttribute | friend |
~ZclAttribute() | deCONZ::ZclAttribute | |