
Main configuration constants of a GP device. More...
#include <gboss_app.h>
Data Fields | |
| zb_uint16_t | manufacturer |
| Manufacturer id. More... | |
| zb_uint16_t | model |
| Model id. More... | |
| zb_ieee_addr_t | src_addr |
| 64-bit source address for ApplicationID = 0b010 mode More... | |
| zb_uint32_t | src_id |
| 32-bit device identifier for the GP NWK layer More... | |
| zb_uint8_t | application_id |
| ApplicationID value. Only 0 and 2 values are supported now - gboss_app_ids_t. More... | |
| zb_uint8_t | endpoint |
| Endpoint id if ApplicationID = 0b010. More... | |
| zb_uint8_t | device_id |
| 8-bit device id used in a commissioning command - gboss_dev_id_t More... | |
| gboss_comm_options_t | comm_options |
| Commissioning options. More... | |
| gboss_comm_ext_options_t | comm_extended_options |
| Commissioning extended options. More... | |
| gboss_comm_app_info_t | comm_app_info |
| Commissioning application info. More... | |
| zb_uint8_t | cmd_list_count |
| Number of items in the cmd_list array. More... | |
| const zb_uint8_t * | cmd_list |
| Pointer to the cmd array or NULL. More... | |
| zb_uint8_t | cluster_srv_cnt |
| Number of supported server clusters. More... | |
| const zb_uint16_t * | cluster_list_srv |
| List of supported server clusters or NULL. More... | |
| zb_uint8_t | cluster_cli_cnt |
| Number of supported client clusters. More... | |
| const zb_uint16_t * | cluster_list_cli |
| List of supported client clusters or NULL. More... | |
Main configuration constants of a GP device.
| zb_uint16_t gboss_device_config_s::manufacturer |
Manufacturer id.
| zb_uint16_t gboss_device_config_s::model |
Model id.
| zb_ieee_addr_t gboss_device_config_s::src_addr |
64-bit source address for ApplicationID = 0b010 mode
| zb_uint32_t gboss_device_config_s::src_id |
32-bit device identifier for the GP NWK layer
| zb_uint8_t gboss_device_config_s::application_id |
ApplicationID value. Only 0 and 2 values are supported now - gboss_app_ids_t.
Referenced by zb_nwk_frame_prepare().
| zb_uint8_t gboss_device_config_s::endpoint |
Endpoint id if ApplicationID = 0b010.
| zb_uint8_t gboss_device_config_s::device_id |
8-bit device id used in a commissioning command - gboss_dev_id_t
| gboss_comm_options_t gboss_device_config_s::comm_options |
Commissioning options.
| gboss_comm_ext_options_t gboss_device_config_s::comm_extended_options |
Commissioning extended options.
| gboss_comm_app_info_t gboss_device_config_s::comm_app_info |
Commissioning application info.
| zb_uint8_t gboss_device_config_s::cmd_list_count |
Number of items in the cmd_list array.
Referenced by zb_commission_prepare().
| const zb_uint8_t* gboss_device_config_s::cmd_list |
Pointer to the cmd array or NULL.
Referenced by zb_commission_prepare().
| zb_uint8_t gboss_device_config_s::cluster_srv_cnt |
Number of supported server clusters.
Referenced by zb_commission_prepare().
| const zb_uint16_t* gboss_device_config_s::cluster_list_srv |
List of supported server clusters or NULL.
Referenced by zb_commission_prepare().
| zb_uint8_t gboss_device_config_s::cluster_cli_cnt |
Number of supported client clusters.
Referenced by zb_commission_prepare().
| const zb_uint16_t* gboss_device_config_s::cluster_list_cli |
List of supported client clusters or NULL.
Referenced by zb_commission_prepare().