nRF5 SDK for Thread and Zigbee v1.0.0
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages

Typedefs

typedef enum zb_aps_aib_attr_id_e zb_aps_aib_attr_id_t
 APS Information Base constants.
 

Enumerations

enum  zb_aps_aib_attr_id_e {
  ZB_APS_AIB_BINDING = 0xc1, ZB_APS_AIB_DESIGNATED_COORD = 0xc2, ZB_APS_AIB_CHANNEL_MASK = 0xc3, ZB_APS_AIB_USE_EXT_PANID = 0xc4,
  ZB_APS_AIB_GROUP_TABLE = 0xc5, ZB_APS_AIB_NONMEMBER_RADIUS = 0xc6, ZB_APS_AIB_PERMISSION_CONFIG = 0xc7, ZB_APS_AIB_USE_INSECURE_JOIN = 0xc8,
  ZB_APS_AIB_INTERFRAME_DELAY = 0xc9, ZB_APS_AIB_LAST_CHANNEL_ENERGY = 0xca, ZB_APS_AIB_LAST_CHANNEL_FAILURE_RATE = 0xcb, ZB_APS_AIB_CHANNEL_TIMER = 0xcc,
  ZB_APS_MAX_WINDOW_SIZE = 0xcd, ZB_APS_PARENT_ANNOUNCE_TIMER = 0xce
}
 APS Information Base constants. More...
 

Detailed Description

Enumeration Type Documentation

APS Information Base constants.

Enumerator
ZB_APS_AIB_BINDING 

The current set of binding table entries in the device (see subclause 2.2.8.2.1).

ZB_APS_AIB_DESIGNATED_COORD 

TRUE if the device should become the ZigBee Coordinator on startup, FALSE if otherwise.

ZB_APS_AIB_CHANNEL_MASK 

The mask of allowable channels for this device to use for network operations.

ZB_APS_AIB_USE_EXT_PANID 

The 64-bit address of a network to form or to join.

ZB_APS_AIB_GROUP_TABLE 

The current set of group table entries (see Table 2.25).

ZB_APS_AIB_NONMEMBER_RADIUS 

The value to be used for the NonmemberRadius parameter when using NWK layer multicast.

ZB_APS_AIB_PERMISSION_CONFIG 

The current set of permission configuration items.

ZB_APS_AIB_USE_INSECURE_JOIN 

A flag controlling the use of insecure join at startup.

ZB_APS_AIB_INTERFRAME_DELAY 

Fragmentation parameter - the standard delay, in milliseconds, between sending two blocks of a fragmented transmission (see subclause 2.2.8.4.5).

ZB_APS_AIB_LAST_CHANNEL_ENERGY 

The energy measurement for the channel energy scan performed on the previous channel just before a channel change (in accordance with [B1]).

ZB_APS_AIB_LAST_CHANNEL_FAILURE_RATE 

The latest percentage of transmission network transmission failures for the previous channel just before a channel change (in percentage of failed transmissions to the total number of transmissions attempted)

ZB_APS_AIB_CHANNEL_TIMER 

A countdown timer (in hours) indicating the time to the next permitted frequency agility channel change. A value of NULL indicates the channel has not been changed previously.

ZB_APS_MAX_WINDOW_SIZE 

A table with the active endpoints and their respective apsMaxWin-dowSize where frag-mentation is used (ac-tive endpoints not sup-porting fragmentations shall be omitted from the list).

ZB_APS_PARENT_ANNOUNCE_TIMER 

The value of the current countdown timer before the next Parent_annce is sent.