
Macros | |
| #define | GBOSS_CMD_ID_ATTR_REPORT_RX(device_config, tx_cfg, zb_cluster_id, attr_count, attr_reports, rx_after_tx) gboss_cmd_attr_report_rx((zb_cluster_id), (attr_count), (attr_reports), (device_config), (tx_cfg), (rx_after_tx)) |
| GPD command ZCL Attribute Reporting for Bidirectional on Operational mode. More... | |
| #define | GBOSS_CMD_ATTR_REQUEST(device_config, tx_cfg, zb_cluster_id, attr_count, attr_reports) gboss_cmd_attr_request((zb_cluster_id), (attr_count), (attr_reports), (device_config), (tx_cfg)) |
| GPD command Attributes Request. More... | |
| #define GBOSS_CMD_ID_ATTR_REPORT_RX | ( | device_config, | |
| tx_cfg, | |||
| zb_cluster_id, | |||
| attr_count, | |||
| attr_reports, | |||
| rx_after_tx | |||
| ) | gboss_cmd_attr_report_rx((zb_cluster_id), (attr_count), (attr_reports), (device_config), (tx_cfg), (rx_after_tx)) |
GPD command ZCL Attribute Reporting for Bidirectional on Operational mode.
| device_config | Describes main configuration constants of a GP device |
| tx_cfg | TX configuration outlining how a transmission should proceed concerning the channels to be used and the number of repetitions |
| zb_cluster_id | Cluster ID used for this report |
| attr_count | Number of attributes being reported |
| attr_reports | Array of reports, which contain Attribute ID, Attribute Type and Attribute Data for each one rx_after_tx The value of RxAfterTx flag in GPDF header |
| #define GBOSS_CMD_ATTR_REQUEST | ( | device_config, | |
| tx_cfg, | |||
| zb_cluster_id, | |||
| attr_count, | |||
| attr_reports | |||
| ) | gboss_cmd_attr_request((zb_cluster_id), (attr_count), (attr_reports), (device_config), (tx_cfg)) |
GPD command Attributes Request.
To be transmitted by GPD which supports Bidirectional in Operational mode. Requests GPS to send Write Attributes to GPD.
| device_config | Describes main configuration constants of a GP device |
| tx_cfg | TX configuration outlining how a transmission should proceed concerning the channels to be used and the number of repetitions |
| zb_cluster_id | Cluster ID used for this report |
| attr_count | Number of attributes being reported |
| attr_reports | Array of reports, which contain Attribute ID, Attribute Type and Attribute Data for each one |