|
Z-Wave Protocol Controller Reference
|
Send frames when instructed by the attribute_resolver. More...
Functions | |
| sl_status_t | attribute_resolver_send (attribute_store_node_t node, const uint8_t *frame_data, uint16_t frame_data_len, bool is_set) |
| function that the ZPC attribute resolver uses send PAN frames More... | |
| void | attribute_resolver_send_init () |
| Initialization function for the attribute_resolver_send subcomponent. More... | |
Send frames when instructed by the attribute_resolver.
| sl_status_t attribute_resolver_send | ( | attribute_store_node_t | node, |
| const uint8_t * | frame_data, | ||
| uint16_t | frame_data_len, | ||
| bool | is_set | ||
| ) |
function that the ZPC attribute resolver uses send PAN frames
The function on_resolver_send_data_complete must be called when the frame transmission is complete
| node | Attribute node for which the frame has to be sent |
| frame_data | Genereted data to send |
| frame_data_len | Length of generated data |
| is_set | Is a Set-frame |
| void attribute_resolver_send_init | ( | ) |
Initialization function for the attribute_resolver_send subcomponent.
Allocates a node_under_resolution map to prepare handling simultaneous resolutions