This file defines all message constants.
Copyright (c) 2014-2018 Microchip Technology Inc. and its subsidiaries.
Typedefs | |
typedef enum nwk_msg_code_tag | nwk_msg_code_t |
This type contains the service primitives of the Network-layer as well the command-interface primitives. More... | |
#define MAC_DATA_IND_LEN |
#define NLDE_DATA_CONF_LEN 4 |
Referenced by nlde_data_confirm().
#define NLDE_DATA_IND_LEN 8 |
Referenced by nlde_data_indication(), and zrc_cmd_indication().
#define NLDE_DATA_REQ_LEN 7 |
The following defines describe the minimum length of a primitive message.
Referenced by nlde_data_request().
#define NLME_AUTO_DISCOVERY_CONF_LEN 10 |
Referenced by nlme_auto_discovery_confirm().
#define NLME_AUTO_DISCOVERY_REQ_LEN 16 |
Referenced by nlme_auto_discovery_request().
#define NLME_COMM_STATUS_IND_LEN 14 |
Referenced by nlme_comm_status_indication().
#define NLME_DISCOVERY_CONF_LEN 4 |
Referenced by nlme_discovery_confirm().
#define NLME_DISCOVERY_IND_LEN 48 |
Referenced by nlme_discovery_indication().
#define NLME_DISCOVERY_REQ_LEN 29 |
Referenced by nlme_discovery_request().
#define NLME_DISCOVERY_RESP_LEN 22 |
Referenced by nlme_discovery_response().
#define NLME_GET_CONF_LEN 5 |
Referenced by nlme_get_confirm().
#define NLME_GET_REQ_LEN 3 |
Referenced by nlme_get_request().
#define NLME_PAIR_CONF_LEN 38 |
Referenced by nlme_pair_confirm().
#define NLME_PAIR_IND_LEN 50 |
Referenced by nlme_pair_indication().
#define NLME_PAIR_REQ_LEN 24 |
Referenced by nlme_pair_request().
#define NLME_PAIR_RESP_LEN 24 |
Referenced by nlme_pair_response().
#define NLME_RESET_CONF_LEN 2 |
Referenced by nlme_reset_confirm().
#define NLME_RESET_REQ_LEN 2 |
Referenced by nlme_reset_request().
#define NLME_RX_ENABLE_CONF_LEN 2 |
Referenced by nlme_rx_enable_confirm().
#define NLME_RX_ENABLE_REQ_LEN 5 |
Referenced by nlme_rx_enable_request().
#define NLME_SET_CONF_LEN 4 |
Referenced by nlme_set_confirm().
#define NLME_SET_REQ_LEN 4 |
Referenced by nlme_set_request().
#define NLME_START_CONF_LEN 2 |
Referenced by nlme_start_confirm().
#define NLME_START_REQ_LEN 1 |
Referenced by nlme_start_request().
#define NLME_UNPAIR_CONF_LEN 3 |
Referenced by nlme_unpair_confirm().
#define NLME_UNPAIR_IND_LEN 2 |
Referenced by nlme_unpair_indication().
#define NLME_UNPAIR_REQ_LEN 2 |
Referenced by nlme_unpair_request().
#define NLME_UNPAIR_RESP_LEN 2 |
Referenced by nlme_unpair_response().
#define NLME_UPDATE_KEY_CONF_LEN 3 |
Referenced by nlme_update_key_confirm().
#define NLME_UPDATE_KEY_REQ_LEN 18 |
Referenced by nlme_update_key_request().
#define NWK_CH_AGILITY_CONF_LEN 4 |
Referenced by nwk_ch_agility_confirm().
#define NWK_CH_AGILITY_IND_LEN 2 |
Referenced by nwk_ch_agility_indication().
#define NWK_CH_AGILITY_REQ_LEN 2 |
Referenced by nwk_ch_agility_request().
#define PBP_ORG_PAIR_CON_LEN 3 |
#define PBP_ORG_PAIR_REQ_LEN 21 |
Referenced by pbp_org_pair_request().
#define PBP_REC_PAIR_CONF_LEN 3 |
#define PBP_REC_PAIR_REQ_LEN 12 |
Referenced by pbp_rec_pair_request().
#define UNSUPPORTED_CMD_LEN 1 |
#define VENDOR_DATA_CONF_LEN 3 |
#define VENDOR_DATA_IND_LEN 8 |
#define VENDOR_DATA_REQ_LEN 7 |
#define ZRC_CMD_CONF_LEN 4 |
#define ZRC_CMD_DISCOVERY_CONF_LEN 34 |
#define ZRC_CMD_DISCOVERY_IND_LEN 2 |
#define ZRC_CMD_DISCOVERY_REQ_LEN 2 |
Referenced by zrc_cmd_disc_request().
#define ZRC_CMD_DISCOVERY_RESP_LEN 35 |
Referenced by zrc_cmd_disc_response().
#define ZRC_CMD_IND_LEN 5 |
#define ZRC_CMD_REQ_LEN 7 |
Referenced by zrc_cmd_request().
typedef enum nwk_msg_code_tag nwk_msg_code_t |
This type contains the service primitives of the Network-layer as well the command-interface primitives.
DO NOT CHANGE ORDER OF ENUM!
enum nwk_msg_code_tag |
This type contains the service primitives of the Network-layer as well the command-interface primitives.
DO NOT CHANGE ORDER OF ENUM!