ZPS_vNwkSendNwkStatusCommand

void ZPS_vNwkSendNwkStatusCommand(
                      void *pvNwk,
                      uint16 u16DstAddress,
                      uint16 u16TargetAddress,
                      uint8 u8CommandId,
                      uint8 u8Radius);

Description

This function can be used to send a network status command to another node. For example, it can be used by an End Device to report a routing problem (concerning a remote node) to its parent.

Parent topic:ZPS_vNwkSendNwkStatusCommand

Parameters

  • pvNwk Pointer to NWK layer instance

  • u16DstAddress Network address of the remote node to which the status command relates (for example, the node for which a routing problem is being reported)

  • u16TargetAddress Network address of the node to which the status command is to be sent (for example, the parent of the local node)

  • u8CommandId Value representing the network status command to be sent (the possible values are provided in the ZigBee PRO specification)

  • u8Radius Maximum number of hops permitted to target node (zero value specifies that default maximum is to be used)

Parent topic:ZPS_vNwkSendNwkStatusCommand

Returns

None

Parent topic:ZPS_vNwkSendNwkStatusCommand

Parent topic:Network deployment functions