ZPS_eAplFormDistributedNetworkRouter
ZPS_teStatus ZPS_eAplFormDistributedNetworkRouter(
ZPS_tsAftsStartParamsDistributed *psStartParms,
bool_t bSendDeviceAnnce);
Description
This function can be used on a Router node to introduce the node into a distributed security network (see Section 6.10.2). The function must be called on the Router node that creates the distributed security network, therefore, the first node of the new network.
Subsequent Router nodes may be introduced using this function, but could be introduced using other commissioning methods, such as Touchlink.
Parent topic:ZPS_eAplFormDistributedNetworkRouter
Parameters
psStartParms Pointer to structure containing the start parameter values for the Router- see Section 8.2.3.7.
bSendDeviceAnnce Boolean indicating whether a device announcement message is to be sent:
TRUE - send device announcement
FALSE - do not send device announcement
Parent topic:ZPS_eAplFormDistributedNetworkRouter
Returns
ZPS_E_SUCCESS (network successfully created).
NWK return codes, listed and described in Section 11.2.3.
MAC return codes, listed and described in Section 11.2.4.
APS return codes, listed and described in Section 11.2.2.
Parent topic:ZPS_eAplFormDistributedNetworkRouter
Parent topic:initialization functions