Trident IoT Z-Wave SDK
 
Loading...
Searching...
No Matches
colorComponent_ Struct Reference

#include <CC_ColorSwitch.h>

+ Collaboration diagram for colorComponent_:

Data Fields

RECEIVE_OPTIONS_TYPE_EX rxOpt
 
EColorComponents colorId
 Color Component ID.
 
uint8_t ep
 Endpoint that supports colorId.
 
s_Actuator obj
 Actuator data.
 
void(* cb )(struct colorComponent_ *color)
 pointer to app callback function that triggers driver changes
 

Detailed Description

Structure that holds Color Switch CC related data.

Field Documentation

◆ cb

void(* colorComponent_::cb) (struct colorComponent_ *color)

pointer to app callback function that triggers driver changes

◆ colorId

EColorComponents colorComponent_::colorId

Color Component ID.

◆ ep

uint8_t colorComponent_::ep

Endpoint that supports colorId.

◆ obj

s_Actuator colorComponent_::obj

Actuator data.

◆ rxOpt

RECEIVE_OPTIONS_TYPE_EX colorComponent_::rxOpt

saves Rx values, including data about supervision. (Must be first member - required by TSE)


The documentation for this struct was generated from the following file: