esp_zb_endpoint_s is only used within esp_zigbee_gateway sample.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
uint8_t
Endpoint ID.
uint16_t
Application profile, which implemented on endpoint.
endpoint specific callback, handles all commands for this endpoint. If set, it will be called to handle callback,like esp_zb_add_read_attr_resp_cb.
Identify notification callback. If set, it will be called on identification start and stop indicating start event with a non-zero argument.
uint8_t
Unused parameter (reserved for future use).
void *
Unused parameter (reserved for future use).
uint8_t
Number of supported clusters.
Simple descriptor.
uint8_t
Number of group id.
uint8_t
Number of reporting info slots.
Attributes reporting information.
uint8_t
Number of continuous value change alarm slots.
pointer to the cvc alarm structure.

References

from examples