nRF Connect SDK API 2.8.99
|
#include <generic_switch.h>
Inherits Nrf::MatterBridgedDevice.
Public Member Functions | |
GenericSwitchDevice (const char *nodeLabel) | |
uint16_t | GetDeviceType () const override |
CHIP_ERROR | HandleRead (chip::ClusterId clusterId, chip::AttributeId attributeId, uint8_t *buffer, uint16_t maxReadLength) override |
CHIP_ERROR | HandleAttributeChange (chip::ClusterId clusterId, chip::AttributeId attributeId, void *data, size_t dataSize) override |
CHIP_ERROR | HandleWrite (chip::ClusterId clusterId, chip::AttributeId attributeId, uint8_t *buffer, size_t size) override |