A structure containing duty cycle limit configurations.
All limits are absolute and are required to be as follows: suspLimit > critThresh > limitThresh For example: suspLimit = 250 (2.5%), critThresh = 180 (1.8%), limitThresh 100 (1.00%).
Public Attributes#
Public Attribute Documentation#
limitThresh#
EmberDutyCycleHectoPct EmberDutyCycleLimits::limitThresh
The Limited Threshold in % * 100.
Definition at line
2430
of file /Users/vihuszar/Git/EmbeddedSoftware/super/protocol/zigbee/stack/include/ember-types.h
critThresh#
EmberDutyCycleHectoPct EmberDutyCycleLimits::critThresh
The Critical Threshold in % * 100.
Definition at line
2432
of file /Users/vihuszar/Git/EmbeddedSoftware/super/protocol/zigbee/stack/include/ember-types.h
suspLimit#
EmberDutyCycleHectoPct EmberDutyCycleLimits::suspLimit
The Suspended Limit (LBT) in % * 100.
Definition at line
2434
of file /Users/vihuszar/Git/EmbeddedSoftware/super/protocol/zigbee/stack/include/ember-types.h