deCONZ C++ API v2.6.1
|
Literal to create ZclDataTypeId_t. More...
Functions | |
constexpr ZclDataTypeId_t DECONZ_DLLSPEC | operator""_dtid (unsigned long long id) |
constexpr ZclCommandId_t DECONZ_DLLSPEC | operator""_cmdid (unsigned long long id) |
constexpr ZclAttributeId_t DECONZ_DLLSPEC | operator""_atid (unsigned long long id) |
constexpr ManufacturerCode_t DECONZ_DLLSPEC | operator""_mfcode (unsigned long long mfcode) |
constexpr ZclClusterId_t DECONZ_DLLSPEC | operator""_clid (unsigned long long id) |
Literal to create ZclDataTypeId_t.
Literal to create ZclClusterId_t.
Literal to create ManufacturerCode_t.
Literal to create ZclAttributeId_t.
Literal to create ZclCommandId_t.
Shorthand for creating type safe ZCL data type identifiers from numbers but without casting.
Shorthand for creating type safe ZCL command identifiers from numbers but without casting.
Shorthand for creating type safe ZCL attribute identifiers from numbers but without casting.
Shorthand for creating type safe manufacturer codes from numbers but without casting.
Shorthand for creating type safe cluster identifiers from numbers but without casting.