Concentrator Support#
API and Callbacks for the Concentrator Support Component.
Code that handles periodically broadcasting a many-to-one-route-request (MTORR) so that the device will act as a concentrator (sink) in the network.
Note: NCP/SOC source route table size can be now defined as part of the source routing library.
Enumerations#
enum
EMBER_AF_PLUGIN_CONCENTRATOR_ROUTER_BEHAVIOR_NONE = NONE
EMBER_AF_PLUGIN_CONCENTRATOR_ROUTER_BEHAVIOR_FULL = FULL
EMBER_AF_PLUGIN_CONCENTRATOR_ROUTER_BEHAVIOR_MAX = EMBER_AF_PLUGIN_CONCENTRATOR_ROUTER_BEHAVIOR_FULL
}
Typedefs#
typedef uint8_t
Variables#
EmberEventControl
Macros#
#define
LOW_RAM_CONCENTRATOR EMBER_LOW_RAM_CONCENTRATOR
#define
HIGH_RAM_CONCENTRATOR EMBER_HIGH_RAM_CONCENTRATOR
#define
emberAfPluginConcentratorGetRouterBehavior ()
#define
emberAfPluginConcentratorSetRouterBehavior (behavior)
API Documentation#
emberAfPluginConcentratorQueueDiscovery#
uint32_t emberAfPluginConcentratorQueueDiscovery (void )
Concentrator source route discovery.
Parameters
Type | Direction | Argument Name | Description |
---|---|---|---|
void | N/A |
Returns
uint32_t
emberAfPluginConcentratorStopDiscovery#
void emberAfPluginConcentratorStopDiscovery (void )
Concentrator stop source route discover.
Parameters
Type | Direction | Argument Name | Description |
---|---|---|---|
void | N/A |
Enumeration Documentation#
EmberAfPluginConcentratorRouterBehavior#
EmberAfPluginConcentratorRouterBehavior
Enumerator | |
---|---|
EMBER_AF_PLUGIN_CONCENTRATOR_ROUTER_BEHAVIOR_NONE | |
EMBER_AF_PLUGIN_CONCENTRATOR_ROUTER_BEHAVIOR_FULL | |
EMBER_AF_PLUGIN_CONCENTRATOR_ROUTER_BEHAVIOR_MAX |
Typedef Documentation#
Variable Documentation#
emberAfPluginConcentratorUpdateEventControl#
EmberEventControl emberAfPluginConcentratorUpdateEventControl
sli_zigbee_af_concentrator_router_behaviors#
EmberAfPluginConcentratorRouterBehavior sli_zigbee_af_concentrator_router_behaviors[]