Data Structures

struct EmberZclCommandContext_t

Macros

#define EMBER_ZCL_COMMAND_NULL (( EmberZclCommandId_t )-1)

Typedefs

typedef uint8_t EmberZclCommandId_t

Functions

EmberStatus emberZclSendDefaultResponse (const EmberZclCommandContext_t *context, EmberZclStatus_t status)

Detailed Description

See zcl-core-types.h for source code.

See zcl-core.h for source code.

Macro Definition Documentation

#define EMBER_ZCL_COMMAND_NULL   (( EmberZclCommandId_t )-1)

A distinguished value that represents a null (invalid) command identifier.

Typedef Documentation

typedef uint8_t EmberZclCommandId_t

A command identifier.

Function Documentation

EmberStatus emberZclSendDefaultResponse ( const EmberZclCommandContext_t * context,
EmberZclStatus_t status
)

This function sends a default response to a command.

Parameters
context A command context for the response
status A status to respond with
Returns