Relay Control Client#

API and Callbacks for the Relay Control Cluster Client Component.

This component handles responses to relay state queries.

API#

void
emberAfPluginRelayControlClientSendSetRelayState(EmberNodeId nodeId, uint8_t srcEndpoint, uint8_t dstEndpoint, bool isEnabled, uint32_t magicNumber)

Convenience API to send a set message to the server.

API Documentation#

emberAfPluginRelayControlClientSendSetRelayState#

void emberAfPluginRelayControlClientSendSetRelayState (EmberNodeId nodeId, uint8_t srcEndpoint, uint8_t dstEndpoint, bool isEnabled, uint32_t magicNumber)

Convenience API to send a set message to the server.

Parameters
N/AnodeId

node ID Ver.: always

N/AsrcEndpoint

Ver.: always

N/AdstEndpoint

Ver.: always

N/AisEnabled

Ver.: always

N/AmagicNumber

Ver.:Always


Definition at line 46 of file app/framework/plugin/relay-control-client/relay-control-client.h