Quantcast
Channel: Zigbee 和 Thread
Viewing all articles
Browse latest Browse all 16962

帖子: RE: zigbee的网络状态有哪些,比如NWK Network status(0x3)表示什么意思

$
0
0

// Status Codes for Network Status Command Frame
#define NWKSTAT_NO_ROUTE_AVAIL 0x00
#define NWKSTAT_TREE_LINK_FAILURE 0x01
#define NWKSTAT_NONTREE_LINK_FAILURE 0x02
#define NWKSTAT_LOW_BATTERY_LEVEL 0x03
#define NWKSTAT_NO_ROUTING_CAPACITY 0x04
#define NWKSTAT_NO_INDIRECT_CAPACITY 0x05
#define NWKSTAT_INDIRECT_TRANS_EXPIRY 0x06
#define NWKSTAT_TARGET_DEVICE_UNAVAIL 0x07
#define NWKSTAT_TARGET_ADDRESS_UNALLOCATED 0x08
#define NWKSTAT_PARENT_LINK_FAILURE 0x09
#define NWKSTAT_VALIDATE_ROUTE 0x0a
#define NWKSTAT_SOURCE_ROUTE_FAILURE 0x0b
#define NWKSTAT_MANY_TO_ONE_ROUTE_FAILURE 0x0c
#define NWKSTAT_ADDRESS_CONFLICT 0x0d
#define NWKSTAT_VERIFY_ADDRESSES 0x0e
#define NWKSTAT_PANID_UPDATE 0x0f
#define NWKSTAT_NWK_ADDRESS_UPDATE 0x10
#define NWKSTAT_BAD_FRAME_COUNT 0x11
#define NWKSTAT_BAD_KEY_SEQ_NUMBER 0x12


Viewing all articles
Browse latest Browse all 16962

Trending Articles