1.2.5.53 ADP_PathDiscoveryRequest Function

C

void ADP_PathDiscoveryRequest (
    uint16_t dstAddr,
    uint8_t metricType
);

Summary

This primitive allows the upper layer to initiate a path discovery.

Description

The ADP Path Discovery Request primitive allows the upper layer to initiate a path discovery. Result is provided in the corresponding ADP Path Discovery Confirm callback.

Parameters

ParamDescription
dstAddrThe short unicast destination address of the path discovery
metricTypeThe metric type to be used for the path discovery (0x00, 0x0E, 0x0F)

Returns

None.

Example

ADP_PathDiscoveryRequest(0x0001, 0x0F);
// Wait for Path Discovery Confirm

Remarks

None.